Html Css Color HEX #72859D Light Slate Grey

📋 copy color: '#72859D'

red 114 ◦ green 133 ◦ blue 157

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

Shades of Light Slate Grey #72859D

Tints of Light Slate Grey #72859D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.92%

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

R = 28.22%
G = 32.92%
B = 38.86%

CMYK

 C value IS 0.27

 M value IS 0.15

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#72859D (or 0x72859D) is known color: Light Slate Grey. HEX triplet: 72, 85 and 9D. RGB value is (114,133,157). Sum of RGB (Red+Green+Blue) = 114+133+157=404 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.22% from 404); Green value is 133 (52.34% from 255 or 32.92% from 404); Blue value is 157 (61.72% from 255 or 38.86% from 404); Max value from RGB is 157 - color contains mainly: blue. Hex color #72859D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72859D is #8D7A62. Grayscale: #818181. Windows color (decimal): -9271907 or 10323314. OLE color: 10323314.

HSL color Cylindrical-coordinate representation of color #72859D: hue angle of 213.49º 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 #72859D is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 114 133 157 -
CMYK 0.27 0.15 0 0.38
HSL 213.49º 0.18% 0.53% -
HSV(B) 213.49º 0.27% 0.62% -
XYZ 21.41 22.79 35.17 -
YUV 130.06 143.21 116.55 -
System Red Green Blue C M Y K H S L
Decimal 114 133 157 0.27 0.15 0 0.38 213.49 0.18 0.53
Hex 72 85 9D 1B F 0 26 D5 12 35
Octal 162 205 235 33 17 0 46 325 22 65
Binary 1110010 10000101 10011101 11011 1111 0 100110 11010101 10010 110101

Color Harmonies of #72859D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72859D

Black with #72859D

Text Example


Text Example

White with #72859D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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