Html Css Color HEX #828F92 Regent Grey

📋 copy color: '#828F92'

red 130 ◦ green 143 ◦ blue 146

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

Shades of Regent Grey #828F92

Tints of Regent Grey #828F92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 34.84%

R = 31.03%
G = 34.13%
B = 34.84%

CMYK

 C value IS 0.11

 M value IS 0.02

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#828F92 (or 0x828F92) is known color: Regent Grey. HEX triplet: 82, 8F and 92. RGB value is (130,143,146). Sum of RGB (Red+Green+Blue) = 130+143+146=419 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.03% from 419); Green value is 143 (56.25% from 255 or 34.13% from 419); Blue value is 146 (57.42% from 255 or 34.84% from 419); Max value from RGB is 146 - color contains mainly: blue. Hex color #828F92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828F92 is #7D706D. Grayscale: #8B8B8B. Windows color (decimal): -8220782 or 9604994. OLE color: 9604994.

HSL color Cylindrical-coordinate representation of color #828F92: hue angle of 191.25º 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 #828F92 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 130 143 146 -
CMYK 0.11 0.02 0 0.43
HSL 191.25º 0.07% 0.54% -
HSV(B) 191.25º 0.11% 0.57% -
XYZ 24.22 26.47 31.03 -
YUV 139.46 131.69 121.26 -
System Red Green Blue C M Y K H S L
Decimal 130 143 146 0.11 0.02 0 0.43 191.25 0.07 0.54
Hex 82 8F 92 B 2 0 2B BF 7 36
Octal 202 217 222 13 2 0 53 277 7 66
Binary 10000010 10001111 10010010 1011 10 0 101011 10111111 111 110110

Color Harmonies of #828F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828F92

Black with #828F92

Text Example


Text Example

White with #828F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828F92; }

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

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

background-color css

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

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

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

border-color css

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

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

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