Html Css Color HEX #71838F Slate Grey

📋 copy color: '#71838F'

red 113 ◦ green 131 ◦ blue 143

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

Shades of Slate Grey #71838F

Tints of Slate Grey #71838F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.95%

R = 29.2%
G = 33.85%
B = 36.95%

CMYK

 C value IS 0.21

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#71838F (or 0x71838F) is known color: Slate Grey. HEX triplet: 71, 83 and 8F. RGB value is (113,131,143). Sum of RGB (Red+Green+Blue) = 113+131+143=387 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.20% from 387); Green value is 131 (51.56% from 255 or 33.85% from 387); Blue value is 143 (56.25% from 255 or 36.95% from 387); Max value from RGB is 143 - color contains mainly: blue. Hex color #71838F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71838F is #8E7C70. Grayscale: #7E7E7E. Windows color (decimal): -9337969 or 9405297. OLE color: 9405297.

HSL color Cylindrical-coordinate representation of color #71838F: hue angle of 204º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #71838F is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 113 131 143 -
CMYK 0.21 0.08 0 0.44
HSL 204º 0.12% 0.5% -
HSV(B) 204º 0.21% 0.56% -
XYZ 19.88 21.73 29.13 -
YUV 126.99 137.04 118.02 -
System Red Green Blue C M Y K H S L
Decimal 113 131 143 0.21 0.08 0 0.44 204 0.12 0.5
Hex 71 83 8F 15 8 0 2C CC C 32
Octal 161 203 217 25 10 0 54 314 14 62
Binary 1110001 10000011 10001111 10101 1000 0 101100 11001100 1100 110010

Color Harmonies of #71838F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71838F

Black with #71838F

Text Example


Text Example

White with #71838F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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