Html Css Color HEX #71879F Light Slate Grey

📋 copy color: '#71879F'

red 113 ◦ green 135 ◦ blue 159

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

Shades of Light Slate Grey #71879F

Tints of Light Slate Grey #71879F

RGB

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

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

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

R = 27.76%
G = 33.17%
B = 39.07%

CMYK

 C value IS 0.29

 M value IS 0.15

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#71879F (or 0x71879F) is known color: Light Slate Grey. HEX triplet: 71, 87 and 9F. RGB value is (113,135,159). Sum of RGB (Red+Green+Blue) = 113+135+159=407 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.76% from 407); Green value is 135 (53.12% from 255 or 33.17% from 407); Blue value is 159 (62.5% from 255 or 39.07% from 407); Max value from RGB is 159 - color contains mainly: blue. Hex color #71879F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71879F is #8E7860. Grayscale: #838383. Windows color (decimal): -9336929 or 10454897. OLE color: 10454897.

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

Color convert

RGB 113 135 159 -
CMYK 0.29 0.15 0 0.38
HSL 211.3º 0.19% 0.53% -
HSV(B) 211.3º 0.29% 0.62% -
XYZ 21.73 23.34 36.16 -
YUV 131.16 143.71 115.05 -
System Red Green Blue C M Y K H S L
Decimal 113 135 159 0.29 0.15 0 0.38 211.3 0.19 0.53
Hex 71 87 9F 1D F 0 26 D3 13 35
Octal 161 207 237 35 17 0 46 323 23 65
Binary 1110001 10000111 10011111 11101 1111 0 100110 11010011 10011 110101

Color Harmonies of #71879F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71879F

Black with #71879F

Text Example


Text Example

White with #71879F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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