Html Css Color HEX #829194 Regent Grey

📋 copy color: '#829194'

red 130 ◦ green 145 ◦ blue 148

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

Shades of Regent Grey #829194

Tints of Regent Grey #829194

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.28%

 BLUE value IS 148 (58.2% from 255) = 34.99%

R = 30.73%
G = 34.28%
B = 34.99%

CMYK

 C value IS 0.12

 M value IS 0.02

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#829194 (or 0x829194) is known color: Regent Grey. HEX triplet: 82, 91 and 94. RGB value is (130,145,148). Sum of RGB (Red+Green+Blue) = 130+145+148=423 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.73% from 423); Green value is 145 (57.03% from 255 or 34.28% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 148 - color contains mainly: blue. Hex color #829194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829194 is #7D6E6B. Grayscale: #8C8C8C. Windows color (decimal): -8220268 or 9736578. OLE color: 9736578.

HSL color Cylindrical-coordinate representation of color #829194: hue angle of 190º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #829194 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 145 148 -
CMYK 0.12 0.02 0 0.42
HSL 190º 0.08% 0.55% -
HSV(B) 190º 0.12% 0.58% -
XYZ 24.68 27.13 31.95 -
YUV 140.86 132.03 120.26 -
System Red Green Blue C M Y K H S L
Decimal 130 145 148 0.12 0.02 0 0.42 190 0.08 0.55
Hex 82 91 94 C 2 0 2A BE 8 37
Octal 202 221 224 14 2 0 52 276 10 67
Binary 10000010 10010001 10010100 1100 10 0 101010 10111110 1000 110111

Color Harmonies of #829194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829194

Black with #829194

Text Example


Text Example

White with #829194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829194; }

 p { color: rgb(130,145,148); }

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

background-color css

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

 a { background-color: rgb(130,145,148); }

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

border-color css

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

 span { border-color: rgb(130,145,148); }

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