Html Css Color HEX #71828F Slate Grey

📋 copy color: '#71828F'

red 113 ◦ green 130 ◦ blue 143

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

Shades of Slate Grey #71828F

Tints of Slate Grey #71828F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.68%

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

R = 29.27%
G = 33.68%
B = 37.05%

CMYK

 C value IS 0.21

 M value IS 0.09

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#71828F (or 0x71828F) is known color: Slate Grey. HEX triplet: 71, 82 and 8F. RGB value is (113,130,143). Sum of RGB (Red+Green+Blue) = 113+130+143=386 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.27% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 143 (56.25% from 255 or 37.05% from 386); Max value from RGB is 143 - color contains mainly: blue. Hex color #71828F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71828F is #8E7D70. Grayscale: #7E7E7E. Windows color (decimal): -9338225 or 9405041. OLE color: 9405041.

HSL color Cylindrical-coordinate representation of color #71828F: hue angle of 206º 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 #71828F is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 113 130 143 -
CMYK 0.21 0.09 0 0.44
HSL 206º 0.12% 0.5% -
HSV(B) 206º 0.21% 0.56% -
XYZ 19.75 21.46 29.09 -
YUV 126.4 137.37 118.44 -
System Red Green Blue C M Y K H S L
Decimal 113 130 143 0.21 0.09 0 0.44 206 0.12 0.5
Hex 71 82 8F 15 9 0 2C CE C 32
Octal 161 202 217 25 11 0 54 316 14 62
Binary 1110001 10000010 10001111 10101 1001 0 101100 11001110 1100 110010

Color Harmonies of #71828F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71828F

Black with #71828F

Text Example


Text Example

White with #71828F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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