#7262CA

Color #7262CA Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #7262CA

Tints of Slate Blue #7262CA

Color information

#7262CA (or 0x7262CA) is unknown color: approx Slate Blue. HEX triplet: 72, 62 and CA. RGB value is (114,98,202). Sum of RGB (Red+Green+Blue) = 114+98+202=414 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.54% from 414); Green value is 98 (38.67% from 255 or 23.67% from 414); Blue value is 202 (79.30% from 255 or 48.79% from 414); Max value from RGB is 202 - color contains mainly: blue. Hex color #7262CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7262CA is #8D9D35. Grayscale: #727272. Windows color (decimal): -9280822 or 13263474. OLE color: 13263474.

HSL color Cylindrical-coordinate representation of color #7262CA: hue angle of 249.23º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7262CA is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11498202-
CMYK0.440.5100.21
HSL249.23º49.52%58.82%-
HSV(B)249.23º51.49%79.22%-
XYZ21.9716.5857.92-
YUV114.64177.3127.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 114 (44.92% from 255) = 27.54%
GREEN value IS 98 (38.67% from 255) = 23.67%
BLUE value IS 202 (79.30% from 255) = 48.79%
R=27.54%
G=23.67%
B=48.79%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal114982020.440.5100.21249.2349.5258.82
Hex7262CA2C33015f9323b
Octal16214231254630253716273
Binary111001011000101100101010110011001101010111111001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7262CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7262CA; }

 p { color: rgb(114,98,202); }

 H1.HeaderClassName
 {
   color: #7262CA;
 }
 .AnyTagClassName
 {
   color: #7262CA;
 }
</style>
background-color css

<style>
 a { background-color: #7262CA; }

 a { background-color: rgb(114,98,202); }

 div.DivClassName
 {
   background-color: #7262CA;
 }
 .BgClassName
 {
   background-color: #7262CA;
 }
</style>
border-color css

<style>
 span { border-color: #7262CA; }

 span { border-color: rgb(114,98,202); }

 td.TdClassName
 {
   border-color: #7262CA;
 }
 .TagClassName
 {
   border-color: #7262CA;
 }
</style>