Html Css Color HEX #72869E Light Slate Grey

📋 copy color: '#72869E'

red 114 ◦ green 134 ◦ blue 158

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

Shades of Light Slate Grey #72869E

Tints of Light Slate Grey #72869E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33%

 BLUE value IS 158 (62.11% from 255) = 38.92%

R = 28.08%
G = 33%
B = 38.92%

CMYK

 C value IS 0.28

 M value IS 0.15

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#72869E (or 0x72869E) is known color: Light Slate Grey. HEX triplet: 72, 86 and 9E. RGB value is (114,134,158). Sum of RGB (Red+Green+Blue) = 114+134+158=406 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.08% from 406); Green value is 134 (52.73% from 255 or 33.00% from 406); Blue value is 158 (62.11% from 255 or 38.92% from 406); Max value from RGB is 158 - color contains mainly: blue. Hex color #72869E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72869E is #8D7961. Grayscale: #828282. Windows color (decimal): -9271650 or 10389106. OLE color: 10389106.

HSL color Cylindrical-coordinate representation of color #72869E: hue angle of 212.73º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #72869E is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 114 134 158 -
CMYK 0.28 0.15 0 0.38
HSL 212.73º 0.18% 0.53% -
HSV(B) 212.73º 0.28% 0.62% -
XYZ 21.64 23.1 35.67 -
YUV 130.76 143.37 116.05 -
System Red Green Blue C M Y K H S L
Decimal 114 134 158 0.28 0.15 0 0.38 212.73 0.18 0.53
Hex 72 86 9E 1C F 0 26 D5 12 35
Octal 162 206 236 34 17 0 46 325 22 65
Binary 1110010 10000110 10011110 11100 1111 0 100110 11010101 10010 110101

Color Harmonies of #72869E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72869E

Black with #72869E

Text Example


Text Example

White with #72869E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72869E; }

 p { color: rgb(114,134,158); }

 H1.HeaderClassName
 {
   color: #72869E;
 }
 .AnyTagClassName
 {
   color: #72869E;
 }
</style>

background-color css

<style>
 a { background-color: #72869E; }

 a { background-color: rgb(114,134,158); }

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

border-color css

<style>
 span { border-color: #72869E; }

 span { border-color: rgb(114,134,158); }

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