Html Css Color HEX #82898A Regent Grey

📋 copy color: '#82898A'

red 130 ◦ green 137 ◦ blue 138

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

Shades of Regent Grey #82898A

Tints of Regent Grey #82898A

RGB

 RED value IS 130 (51.17% from 255) = 32.1%

 GREEN value IS 137 (53.91% from 255) = 33.83%

 BLUE value IS 138 (54.3% from 255) = 34.07%

R = 32.1%
G = 33.83%
B = 34.07%

CMYK

 C value IS 0.06

 M value IS 0.01

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#82898A (or 0x82898A) is known color: Regent Grey. HEX triplet: 82, 89 and 8A. RGB value is (130,137,138). Sum of RGB (Red+Green+Blue) = 130+137+138=405 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.10% from 405); Green value is 137 (53.91% from 255 or 33.83% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 138 - color contains mainly: blue. Hex color #82898A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82898A is #7D7675. Grayscale: #878787. Windows color (decimal): -8222326 or 9079170. OLE color: 9079170.

HSL color Cylindrical-coordinate representation of color #82898A: hue angle of 187.5º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #82898A is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 130 137 138 -
CMYK 0.06 0.01 0 0.46
HSL 187.5º 0.03% 0.53% -
HSV(B) 187.5º 0.06% 0.54% -
XYZ 22.74 24.47 27.57 -
YUV 135.02 129.68 124.42 -
System Red Green Blue C M Y K H S L
Decimal 130 137 138 0.06 0.01 0 0.46 187.5 0.03 0.53
Hex 82 89 8A 6 1 0 2E BC 3 35
Octal 202 211 212 6 1 0 56 274 3 65
Binary 10000010 10001001 10001010 110 1 0 101110 10111100 11 110101

Color Harmonies of #82898A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82898A

Black with #82898A

Text Example


Text Example

White with #82898A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82898A; }

 p { color: rgb(130,137,138); }

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

background-color css

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

 a { background-color: rgb(130,137,138); }

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

border-color css

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

 span { border-color: rgb(130,137,138); }

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