Html Css Color HEX #71869B Light Slate Grey

📋 copy color: '#71869B'

red 113 ◦ green 134 ◦ blue 155

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

Shades of Light Slate Grey #71869B

Tints of Light Slate Grey #71869B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.56%

R = 28.11%
G = 33.33%
B = 38.56%

CMYK

 C value IS 0.27

 M value IS 0.14

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#71869B (or 0x71869B) is known color: Light Slate Grey. HEX triplet: 71, 86 and 9B. RGB value is (113,134,155). Sum of RGB (Red+Green+Blue) = 113+134+155=402 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.11% from 402); Green value is 134 (52.73% from 255 or 33.33% from 402); Blue value is 155 (60.94% from 255 or 38.56% from 402); Max value from RGB is 155 - color contains mainly: blue. Hex color #71869B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71869B is #8E7964. Grayscale: #828282. Windows color (decimal): -9337189 or 10192497. OLE color: 10192497.

HSL color Cylindrical-coordinate representation of color #71869B: hue angle of 210º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #71869B is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 113 134 155 -
CMYK 0.27 0.14 0 0.39
HSL 210º 0.17% 0.53% -
HSV(B) 210º 0.27% 0.61% -
XYZ 21.25 22.93 34.32 -
YUV 130.12 142.04 115.79 -
System Red Green Blue C M Y K H S L
Decimal 113 134 155 0.27 0.14 0 0.39 210 0.17 0.53
Hex 71 86 9B 1B E 0 27 D2 11 35
Octal 161 206 233 33 16 0 47 322 21 65
Binary 1110001 10000110 10011011 11011 1110 0 100111 11010010 10001 110101

Color Harmonies of #71869B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71869B

Black with #71869B

Text Example


Text Example

White with #71869B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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