Html Css Color HEX #818F91 Regent Grey

📋 copy color: '#818F91'

red 129 ◦ green 143 ◦ blue 145

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

Shades of Regent Grey #818F91

Tints of Regent Grey #818F91

RGB

 RED value IS 129 (50.78% from 255) = 30.94%

 GREEN value IS 143 (56.25% from 255) = 34.29%

 BLUE value IS 145 (57.03% from 255) = 34.77%

R = 30.94%
G = 34.29%
B = 34.77%

CMYK

 C value IS 0.11

 M value IS 0.01

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#818F91 (or 0x818F91) is known color: Regent Grey. HEX triplet: 81, 8F and 91. RGB value is (129,143,145). Sum of RGB (Red+Green+Blue) = 129+143+145=417 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.94% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 145 (57.03% from 255 or 34.77% from 417); Max value from RGB is 145 - color contains mainly: blue. Hex color #818F91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818F91 is #7E706E. Grayscale: #8B8B8B. Windows color (decimal): -8286319 or 9539457. OLE color: 9539457.

HSL color Cylindrical-coordinate representation of color #818F91: hue angle of 187.5º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #818F91 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 129 143 145 -
CMYK 0.11 0.01 0 0.43
HSL 187.5º 0.07% 0.54% -
HSV(B) 187.5º 0.11% 0.57% -
XYZ 23.99 26.36 30.61 -
YUV 139.04 131.36 120.84 -
System Red Green Blue C M Y K H S L
Decimal 129 143 145 0.11 0.01 0 0.43 187.5 0.07 0.54
Hex 81 8F 91 B 1 0 2B BC 7 36
Octal 201 217 221 13 1 0 53 274 7 66
Binary 10000001 10001111 10010001 1011 1 0 101011 10111100 111 110110

Color Harmonies of #818F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818F91

Black with #818F91

Text Example


Text Example

White with #818F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818F91; }

 p { color: rgb(129,143,145); }

 H1.HeaderClassName
 {
   color: #818F91;
 }
 .AnyTagClassName
 {
   color: #818F91;
 }
</style>

background-color css

<style>
 a { background-color: #818F91; }

 a { background-color: rgb(129,143,145); }

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

border-color css

<style>
 span { border-color: #818F91; }

 span { border-color: rgb(129,143,145); }

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