Html Css Color HEX #71879C Light Slate Grey

📋 copy color: '#71879C'

red 113 ◦ green 135 ◦ blue 156

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

Shades of Light Slate Grey #71879C

Tints of Light Slate Grey #71879C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.42%

 BLUE value IS 156 (61.33% from 255) = 38.61%

R = 27.97%
G = 33.42%
B = 38.61%

CMYK

 C value IS 0.28

 M value IS 0.13

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#71879C (or 0x71879C) is known color: Light Slate Grey. HEX triplet: 71, 87 and 9C. RGB value is (113,135,156). Sum of RGB (Red+Green+Blue) = 113+135+156=404 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.97% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 156 (61.33% from 255 or 38.61% from 404); Max value from RGB is 156 - color contains mainly: blue. Hex color #71879C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71879C is #8E7863. Grayscale: #828282. Windows color (decimal): -9336932 or 10258289. OLE color: 10258289.

HSL color Cylindrical-coordinate representation of color #71879C: hue angle of 209.3º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #71879C is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 113 135 156 -
CMYK 0.28 0.13 0 0.39
HSL 209.3º 0.18% 0.53% -
HSV(B) 209.3º 0.28% 0.61% -
XYZ 21.47 23.24 34.81 -
YUV 130.82 142.21 115.29 -
System Red Green Blue C M Y K H S L
Decimal 113 135 156 0.28 0.13 0 0.39 209.3 0.18 0.53
Hex 71 87 9C 1C D 0 27 D1 12 35
Octal 161 207 234 34 15 0 47 321 22 65
Binary 1110001 10000111 10011100 11100 1101 0 100111 11010001 10010 110101

Color Harmonies of #71879C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71879C

Black with #71879C

Text Example


Text Example

White with #71879C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71879C; }

 p { color: rgb(113,135,156); }

 H1.HeaderClassName
 {
   color: #71879C;
 }
 .AnyTagClassName
 {
   color: #71879C;
 }
</style>

background-color css

<style>
 a { background-color: #71879C; }

 a { background-color: rgb(113,135,156); }

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

border-color css

<style>
 span { border-color: #71879C; }

 span { border-color: rgb(113,135,156); }

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