Html Css Color HEX #71889F Light Slate Grey

📋 copy color: '#71889F'

red 113 ◦ green 136 ◦ blue 159

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

Shades of Light Slate Grey #71889F

Tints of Light Slate Grey #71889F

RGB

 RED value IS 113 (44.53% from 255) = 27.7%

 GREEN value IS 136 (53.52% from 255) = 33.33%

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

R = 27.7%
G = 33.33%
B = 38.97%

CMYK

 C value IS 0.29

 M value IS 0.14

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#71889F (or 0x71889F) is known color: Light Slate Grey. HEX triplet: 71, 88 and 9F. RGB value is (113,136,159). Sum of RGB (Red+Green+Blue) = 113+136+159=408 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.70% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 159 (62.5% from 255 or 38.97% from 408); Max value from RGB is 159 - color contains mainly: blue. Hex color #71889F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71889F is #8E7760. Grayscale: #838383. Windows color (decimal): -9336673 or 10455153. OLE color: 10455153.

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

Color convert

RGB 113 136 159 -
CMYK 0.29 0.14 0 0.38
HSL 210º 0.19% 0.53% -
HSV(B) 210º 0.29% 0.62% -
XYZ 21.87 23.62 36.21 -
YUV 131.75 143.38 114.63 -
System Red Green Blue C M Y K H S L
Decimal 113 136 159 0.29 0.14 0 0.38 210 0.19 0.53
Hex 71 88 9F 1D E 0 26 D2 13 35
Octal 161 210 237 35 16 0 46 322 23 65
Binary 1110001 10001000 10011111 11101 1110 0 100110 11010010 10011 110101

Color Harmonies of #71889F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71889F

Black with #71889F

Text Example


Text Example

White with #71889F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,136,159); }

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

background-color css

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

 a { background-color: rgb(113,136,159); }

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

border-color css

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

 span { border-color: rgb(113,136,159); }

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