Html Css Color HEX #818485 Regent Grey

📋 copy color: '#818485'

red 129 ◦ green 132 ◦ blue 133

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

Shades of Regent Grey #818485

Tints of Regent Grey #818485

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.5%

 BLUE value IS 133 (52.34% from 255) = 33.76%

R = 32.74%
G = 33.5%
B = 33.76%

CMYK

 C value IS 0.03

 M value IS 0.01

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#818485 (or 0x818485) is known color: Regent Grey. HEX triplet: 81, 84 and 85. RGB value is (129,132,133). Sum of RGB (Red+Green+Blue) = 129+132+133=394 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.74% from 394); Green value is 132 (51.95% from 255 or 33.50% from 394); Blue value is 133 (52.34% from 255 or 33.76% from 394); Max value from RGB is 133 - color contains mainly: blue. Hex color #818485 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818485 is #7E7B7A. Grayscale: #838383. Windows color (decimal): -8289147 or 8750209. OLE color: 8750209.

HSL color Cylindrical-coordinate representation of color #818485: hue angle of 195º degrees, saturation: 0.02, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #818485 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 129 132 133 -
CMYK 0.03 0.01 0 0.48
HSL 195º 0.02% 0.51% -
HSV(B) 195º 0.03% 0.52% -
XYZ 21.54 22.86 25.47 -
YUV 131.22 129.01 126.42 -
System Red Green Blue C M Y K H S L
Decimal 129 132 133 0.03 0.01 0 0.48 195 0.02 0.51
Hex 81 84 85 3 1 0 30 C3 2 33
Octal 201 204 205 3 1 0 60 303 2 63
Binary 10000001 10000100 10000101 11 1 0 110000 11000011 10 110011

Color Harmonies of #818485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818485

Black with #818485

Text Example


Text Example

White with #818485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818485; }

 p { color: rgb(129,132,133); }

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

background-color css

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

 a { background-color: rgb(129,132,133); }

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

border-color css

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

 span { border-color: rgb(129,132,133); }

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