Html Css Color HEX #71839B Light Slate Grey

📋 copy color: '#71839B'

red 113 ◦ green 131 ◦ blue 155

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

Shades of Light Slate Grey #71839B

Tints of Light Slate Grey #71839B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.83%

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

R = 28.32%
G = 32.83%
B = 38.85%

CMYK

 C value IS 0.27

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#71839B (or 0x71839B) is known color: Light Slate Grey. HEX triplet: 71, 83 and 9B. RGB value is (113,131,155). Sum of RGB (Red+Green+Blue) = 113+131+155=399 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.32% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 155 (60.94% from 255 or 38.85% from 399); Max value from RGB is 155 - color contains mainly: blue. Hex color #71839B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71839B is #8E7C64. Grayscale: #808080. Windows color (decimal): -9337957 or 10191729. OLE color: 10191729.

HSL color Cylindrical-coordinate representation of color #71839B: hue angle of 214.29º 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 #71839B is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 113 131 155 -
CMYK 0.27 0.15 0 0.39
HSL 214.29º 0.17% 0.53% -
HSV(B) 214.29º 0.27% 0.61% -
XYZ 20.84 22.11 34.18 -
YUV 128.35 143.04 117.05 -
System Red Green Blue C M Y K H S L
Decimal 113 131 155 0.27 0.15 0 0.39 214.29 0.17 0.53
Hex 71 83 9B 1B F 0 27 D6 11 35
Octal 161 203 233 33 17 0 47 326 21 65
Binary 1110001 10000011 10011011 11011 1111 0 100111 11010110 10001 110101

Color Harmonies of #71839B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71839B

Black with #71839B

Text Example


Text Example

White with #71839B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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