Html Css Color HEX #71839A Light Slate Grey

📋 copy color: '#71839A'

red 113 ◦ green 131 ◦ blue 154

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

Shades of Light Slate Grey #71839A

Tints of Light Slate Grey #71839A

RGB

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

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

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

R = 28.39%
G = 32.91%
B = 38.69%

CMYK

 C value IS 0.27

 M value IS 0.15

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#71839A (or 0x71839A) is known color: Light Slate Grey. HEX triplet: 71, 83 and 9A. RGB value is (113,131,154). Sum of RGB (Red+Green+Blue) = 113+131+154=398 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.39% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 154 (60.55% from 255 or 38.69% from 398); Max value from RGB is 154 - color contains mainly: blue. Hex color #71839A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71839A is #8E7C65. Grayscale: #808080. Windows color (decimal): -9337958 or 10126193. OLE color: 10126193.

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

Color convert

RGB 113 131 154 -
CMYK 0.27 0.15 0 0.40
HSL 213.66º 0.17% 0.52% -
HSV(B) 213.66º 0.27% 0.6% -
XYZ 20.76 22.08 33.74 -
YUV 128.24 142.54 117.13 -
System Red Green Blue C M Y K H S L
Decimal 113 131 154 0.27 0.15 0 0.40 213.66 0.17 0.52
Hex 71 83 9A 1B F 0 28 D6 11 34
Octal 161 203 232 33 17 0 50 326 21 64
Binary 1110001 10000011 10011010 11011 1111 0 101000 11010110 10001 110100

Color Harmonies of #71839A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71839A

Black with #71839A

Text Example


Text Example

White with #71839A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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