Html Css Color HEX #829093 Regent Grey

📋 copy color: '#829093'

red 130 ◦ green 144 ◦ blue 147

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

Shades of Regent Grey #829093

Tints of Regent Grey #829093

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.2%

 BLUE value IS 147 (57.81% from 255) = 34.92%

R = 30.88%
G = 34.2%
B = 34.92%

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

#829093 (or 0x829093) is known color: Regent Grey. HEX triplet: 82, 90 and 93. RGB value is (130,144,147). Sum of RGB (Red+Green+Blue) = 130+144+147=421 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.88% from 421); Green value is 144 (56.64% from 255 or 34.20% from 421); Blue value is 147 (57.81% from 255 or 34.92% from 421); Max value from RGB is 147 - color contains mainly: blue. Hex color #829093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829093 is #7D6F6C. Grayscale: #8C8C8C. Windows color (decimal): -8220525 or 9670786. OLE color: 9670786.

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

Color convert

RGB 130 144 147 -
CMYK 0.12 0.02 0 0.42
HSL 190.59º 0.07% 0.54% -
HSV(B) 190.59º 0.12% 0.58% -
XYZ 24.45 26.8 31.49 -
YUV 140.16 131.86 120.76 -
System Red Green Blue C M Y K H S L
Decimal 130 144 147 0.12 0.02 0 0.42 190.59 0.07 0.54
Hex 82 90 93 C 2 0 2A BF 7 36
Octal 202 220 223 14 2 0 52 277 7 66
Binary 10000010 10010000 10010011 1100 10 0 101010 10111111 111 110110

Color Harmonies of #829093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829093

Black with #829093

Text Example


Text Example

White with #829093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829093; }

 p { color: rgb(130,144,147); }

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

background-color css

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

 a { background-color: rgb(130,144,147); }

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

border-color css

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

 span { border-color: rgb(130,144,147); }

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