Html Css Color HEX #848E91 Regent Grey

📋 copy color: '#848E91'

red 132 ◦ green 142 ◦ blue 145

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

Shades of Regent Grey #848E91

Tints of Regent Grey #848E91

RGB

 RED value IS 132 (51.95% from 255) = 31.5%

 GREEN value IS 142 (55.86% from 255) = 33.89%

 BLUE value IS 145 (57.03% from 255) = 34.61%

R = 31.5%
G = 33.89%
B = 34.61%

CMYK

 C value IS 0.09

 M value IS 0.02

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#848E91 (or 0x848E91) is known color: Regent Grey. HEX triplet: 84, 8E and 91. RGB value is (132,142,145). Sum of RGB (Red+Green+Blue) = 132+142+145=419 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.50% from 419); Green value is 142 (55.86% from 255 or 33.89% from 419); Blue value is 145 (57.03% from 255 or 34.61% from 419); Max value from RGB is 145 - color contains mainly: blue. Hex color #848E91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848E91 is #7B716E. Grayscale: #8B8B8B. Windows color (decimal): -8089967 or 9539204. OLE color: 9539204.

HSL color Cylindrical-coordinate representation of color #848E91: hue angle of 193.85º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #848E91 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 132 142 145 -
CMYK 0.09 0.02 0 0.43
HSL 193.85º 0.06% 0.54% -
HSV(B) 193.85º 0.09% 0.57% -
XYZ 24.3 26.3 30.58 -
YUV 139.35 131.19 122.76 -
System Red Green Blue C M Y K H S L
Decimal 132 142 145 0.09 0.02 0 0.43 193.85 0.06 0.54
Hex 84 8E 91 9 2 0 2B C2 6 36
Octal 204 216 221 11 2 0 53 302 6 66
Binary 10000100 10001110 10010001 1001 10 0 101011 11000010 110 110110

Color Harmonies of #848E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848E91

Black with #848E91

Text Example


Text Example

White with #848E91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848E91; }

 p { color: rgb(132,142,145); }

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

background-color css

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

 a { background-color: rgb(132,142,145); }

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

border-color css

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

 span { border-color: rgb(132,142,145); }

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