Html Css Color HEX #7262CE Slate Blue

📋 copy color: '#7262CE'

red 114 ◦ green 98 ◦ blue 206

#7262CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #7262CE

Tints of Slate Blue #7262CE

RGB

 RED value IS 114 (44.92% from 255) = 27.27%

 GREEN value IS 98 (38.67% from 255) = 23.44%

 BLUE value IS 206 (80.86% from 255) = 49.28%

R = 27.27%
G = 23.44%
B = 49.28%

CMYK

 C value IS 0.45

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7262CE (or 0x7262CE) is known color: Slate Blue. HEX triplet: 72, 62 and CE. RGB value is (114,98,206). Sum of RGB (Red+Green+Blue) = 114+98+206=418 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.27% from 418); Green value is 98 (38.67% from 255 or 23.44% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #7262CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7262CE is #8D9D31. Grayscale: #727272. Windows color (decimal): -9280818 or 13525618. OLE color: 13525618.

HSL color Cylindrical-coordinate representation of color #7262CE: hue angle of 248.89º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7262CE is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 114 98 206 -
CMYK 0.45 0.52 0 0.19
HSL 248.89º 0.52% 0.6% -
HSV(B) 248.89º 0.52% 0.81% -
XYZ 22.45 16.77 60.45 -
YUV 115.1 179.3 127.22 -
System Red Green Blue C M Y K H S L
Decimal 114 98 206 0.45 0.52 0 0.19 248.89 0.52 0.6
Hex 72 62 CE 2D 34 0 13 F9 34 3C
Octal 162 142 316 55 64 0 23 371 64 74
Binary 1110010 1100010 11001110 101101 110100 0 10011 11111001 110100 111100

Color Harmonies of #7262CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7262CE

Black with #7262CE

Text Example


Text Example

White with #7262CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7262CE;
 }
 .AnyTagClassName
 {
   color: #7262CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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