Html Css Color HEX #72869A Light Slate Grey

📋 copy color: '#72869A'

red 114 ◦ green 134 ◦ blue 154

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

Shades of Light Slate Grey #72869A

Tints of Light Slate Grey #72869A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.31%

R = 28.36%
G = 33.33%
B = 38.31%

CMYK

 C value IS 0.26

 M value IS 0.13

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#72869A (or 0x72869A) is known color: Light Slate Grey. HEX triplet: 72, 86 and 9A. RGB value is (114,134,154). Sum of RGB (Red+Green+Blue) = 114+134+154=402 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.36% from 402); Green value is 134 (52.73% from 255 or 33.33% from 402); Blue value is 154 (60.55% from 255 or 38.31% from 402); Max value from RGB is 154 - color contains mainly: blue. Hex color #72869A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72869A is #8D7965. Grayscale: #828282. Windows color (decimal): -9271654 or 10126962. OLE color: 10126962.

HSL color Cylindrical-coordinate representation of color #72869A: hue angle of 210º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #72869A is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 114 134 154 -
CMYK 0.26 0.13 0 0.40
HSL 210º 0.17% 0.53% -
HSV(B) 210º 0.26% 0.6% -
XYZ 21.3 22.96 33.88 -
YUV 130.3 141.37 116.37 -
System Red Green Blue C M Y K H S L
Decimal 114 134 154 0.26 0.13 0 0.40 210 0.17 0.53
Hex 72 86 9A 1A D 0 28 D2 11 35
Octal 162 206 232 32 15 0 50 322 21 65
Binary 1110010 10000110 10011010 11010 1101 0 101000 11010010 10001 110101

Color Harmonies of #72869A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72869A

Black with #72869A

Text Example


Text Example

White with #72869A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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