Html Css Color HEX #71869A Light Slate Grey

📋 copy color: '#71869A'

red 113 ◦ green 134 ◦ blue 154

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

Shades of Light Slate Grey #71869A

Tints of Light Slate Grey #71869A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.4%

R = 28.18%
G = 33.42%
B = 38.4%

CMYK

 C value IS 0.27

 M value IS 0.13

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#71869A (or 0x71869A) is known color: Light Slate Grey. HEX triplet: 71, 86 and 9A. RGB value is (113,134,154). Sum of RGB (Red+Green+Blue) = 113+134+154=401 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.18% from 401); Green value is 134 (52.73% from 255 or 33.42% from 401); Blue value is 154 (60.55% from 255 or 38.40% from 401); Max value from RGB is 154 - color contains mainly: blue. Hex color #71869A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71869A is #8E7965. Grayscale: #818181. Windows color (decimal): -9337190 or 10126961. OLE color: 10126961.

HSL color Cylindrical-coordinate representation of color #71869A: hue angle of 209.27º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #71869A is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 113 134 154 -
CMYK 0.27 0.13 0 0.40
HSL 209.27º 0.17% 0.52% -
HSV(B) 209.27º 0.27% 0.6% -
XYZ 21.17 22.89 33.88 -
YUV 130 141.54 115.87 -
System Red Green Blue C M Y K H S L
Decimal 113 134 154 0.27 0.13 0 0.40 209.27 0.17 0.52
Hex 71 86 9A 1B D 0 28 D1 11 34
Octal 161 206 232 33 15 0 50 321 21 64
Binary 1110001 10000110 10011010 11011 1101 0 101000 11010001 10001 110100

Color Harmonies of #71869A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71869A

Black with #71869A

Text Example


Text Example

White with #71869A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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