Html Css Color HEX #72839F Light Slate Grey

📋 copy color: '#72839F'

red 114 ◦ green 131 ◦ blue 159

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

Shades of Light Slate Grey #72839F

Tints of Light Slate Grey #72839F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.43%

 BLUE value IS 159 (62.5% from 255) = 39.36%

R = 28.22%
G = 32.43%
B = 39.36%

CMYK

 C value IS 0.28

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#72839F (or 0x72839F) is known color: Light Slate Grey. HEX triplet: 72, 83 and 9F. RGB value is (114,131,159). Sum of RGB (Red+Green+Blue) = 114+131+159=404 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.22% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 159 (62.5% from 255 or 39.36% from 404); Max value from RGB is 159 - color contains mainly: blue. Hex color #72839F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72839F is #8D7C60. Grayscale: #808080. Windows color (decimal): -9272417 or 10453874. OLE color: 10453874.

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

Color convert

RGB 114 131 159 -
CMYK 0.28 0.18 0 0.38
HSL 217.33º 0.19% 0.54% -
HSV(B) 217.33º 0.28% 0.62% -
XYZ 21.31 22.31 35.98 -
YUV 129.11 144.87 117.22 -
System Red Green Blue C M Y K H S L
Decimal 114 131 159 0.28 0.18 0 0.38 217.33 0.19 0.54
Hex 72 83 9F 1C 12 0 26 D9 13 36
Octal 162 203 237 34 22 0 46 331 23 66
Binary 1110010 10000011 10011111 11100 10010 0 100110 11011001 10011 110110

Color Harmonies of #72839F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72839F

Black with #72839F

Text Example


Text Example

White with #72839F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72839F; }

 p { color: rgb(114,131,159); }

 H1.HeaderClassName
 {
   color: #72839F;
 }
 .AnyTagClassName
 {
   color: #72839F;
 }
</style>

background-color css

<style>
 a { background-color: #72839F; }

 a { background-color: rgb(114,131,159); }

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

border-color css

<style>
 span { border-color: #72839F; }

 span { border-color: rgb(114,131,159); }

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