Html Css Color HEX #71869F Light Slate Grey

📋 copy color: '#71869F'

red 113 ◦ green 134 ◦ blue 159

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

Shades of Light Slate Grey #71869F

Tints of Light Slate Grey #71869F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33%

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

R = 27.83%
G = 33%
B = 39.16%

CMYK

 C value IS 0.29

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#71869F (or 0x71869F) is known color: Light Slate Grey. HEX triplet: 71, 86 and 9F. RGB value is (113,134,159). Sum of RGB (Red+Green+Blue) = 113+134+159=406 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.83% from 406); Green value is 134 (52.73% from 255 or 33.00% from 406); Blue value is 159 (62.5% from 255 or 39.16% from 406); Max value from RGB is 159 - color contains mainly: blue. Hex color #71869F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71869F is #8E7960. Grayscale: #828282. Windows color (decimal): -9337185 or 10454641. OLE color: 10454641.

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

Color convert

RGB 113 134 159 -
CMYK 0.29 0.16 0 0.38
HSL 212.61º 0.19% 0.53% -
HSV(B) 212.61º 0.29% 0.62% -
XYZ 21.59 23.06 36.11 -
YUV 130.57 144.04 115.47 -
System Red Green Blue C M Y K H S L
Decimal 113 134 159 0.29 0.16 0 0.38 212.61 0.19 0.53
Hex 71 86 9F 1D 10 0 26 D5 13 35
Octal 161 206 237 35 20 0 46 325 23 65
Binary 1110001 10000110 10011111 11101 10000 0 100110 11010101 10011 110101

Color Harmonies of #71869F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71869F

Black with #71869F

Text Example


Text Example

White with #71869F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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