Html Css Color HEX #72839D Light Slate Grey

📋 copy color: '#72839D'

red 114 ◦ green 131 ◦ blue 157

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

Shades of Light Slate Grey #72839D

Tints of Light Slate Grey #72839D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.05%

R = 28.36%
G = 32.59%
B = 39.05%

CMYK

 C value IS 0.27

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#72839D (or 0x72839D) is known color: Light Slate Grey. HEX triplet: 72, 83 and 9D. RGB value is (114,131,157). Sum of RGB (Red+Green+Blue) = 114+131+157=402 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.36% from 402); Green value is 131 (51.56% from 255 or 32.59% from 402); Blue value is 157 (61.72% from 255 or 39.05% from 402); Max value from RGB is 157 - color contains mainly: blue. Hex color #72839D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72839D is #8D7C62. Grayscale: #808080. Windows color (decimal): -9272419 or 10322802. OLE color: 10322802.

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

Color convert

RGB 114 131 157 -
CMYK 0.27 0.17 0 0.38
HSL 216.28º 0.18% 0.53% -
HSV(B) 216.28º 0.27% 0.62% -
XYZ 21.14 22.24 35.08 -
YUV 128.88 143.87 117.39 -
System Red Green Blue C M Y K H S L
Decimal 114 131 157 0.27 0.17 0 0.38 216.28 0.18 0.53
Hex 72 83 9D 1B 11 0 26 D8 12 35
Octal 162 203 235 33 21 0 46 330 22 65
Binary 1110010 10000011 10011101 11011 10001 0 100110 11011000 10010 110101

Color Harmonies of #72839D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72839D

Black with #72839D

Text Example


Text Example

White with #72839D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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