Html Css Color HEX #818A8C Regent Grey

📋 copy color: '#818A8C'

red 129 ◦ green 138 ◦ blue 140

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

Shades of Regent Grey #818A8C

Tints of Regent Grey #818A8C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.91%

 BLUE value IS 140 (55.08% from 255) = 34.4%

R = 31.7%
G = 33.91%
B = 34.4%

CMYK

 C value IS 0.08

 M value IS 0.01

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#818A8C (or 0x818A8C) is known color: Regent Grey. HEX triplet: 81, 8A and 8C. RGB value is (129,138,140). Sum of RGB (Red+Green+Blue) = 129+138+140=407 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.70% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 140 - color contains mainly: blue. Hex color #818A8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818A8C is #7E7573. Grayscale: #878787. Windows color (decimal): -8287604 or 9210497. OLE color: 9210497.

HSL color Cylindrical-coordinate representation of color #818A8C: hue angle of 190.91º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #818A8C is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 129 138 140 -
CMYK 0.08 0.01 0 0.45
HSL 190.91º 0.05% 0.53% -
HSV(B) 190.91º 0.08% 0.55% -
XYZ 22.88 24.74 28.38 -
YUV 135.54 130.52 123.34 -
System Red Green Blue C M Y K H S L
Decimal 129 138 140 0.08 0.01 0 0.45 190.91 0.05 0.53
Hex 81 8A 8C 8 1 0 2D BF 5 35
Octal 201 212 214 10 1 0 55 277 5 65
Binary 10000001 10001010 10001100 1000 1 0 101101 10111111 101 110101

Color Harmonies of #818A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818A8C

Black with #818A8C

Text Example


Text Example

White with #818A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,138,140); }

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

background-color css

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

 a { background-color: rgb(129,138,140); }

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

border-color css

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

 span { border-color: rgb(129,138,140); }

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