Html Css Color HEX #848F91 Regent Grey

📋 copy color: '#848F91'

red 132 ◦ green 143 ◦ blue 145

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

Shades of Regent Grey #848F91

Tints of Regent Grey #848F91

RGB

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

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

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

R = 31.43%
G = 34.05%
B = 34.52%

CMYK

 C value IS 0.09

 M value IS 0.01

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#848F91 (or 0x848F91) is known color: Regent Grey. HEX triplet: 84, 8F and 91. RGB value is (132,143,145). Sum of RGB (Red+Green+Blue) = 132+143+145=420 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.43% from 420); Green value is 143 (56.25% from 255 or 34.05% from 420); Blue value is 145 (57.03% from 255 or 34.52% from 420); Max value from RGB is 145 - color contains mainly: blue. Hex color #848F91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848F91 is #7B706E. Grayscale: #8B8B8B. Windows color (decimal): -8089711 or 9539460. OLE color: 9539460.

HSL color Cylindrical-coordinate representation of color #848F91: hue angle of 189.23º 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 #848F91 is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 132 143 145 -
CMYK 0.09 0.01 0 0.43
HSL 189.23º 0.06% 0.54% -
HSV(B) 189.23º 0.09% 0.57% -
XYZ 24.45 26.59 30.63 -
YUV 139.94 130.86 122.34 -
System Red Green Blue C M Y K H S L
Decimal 132 143 145 0.09 0.01 0 0.43 189.23 0.06 0.54
Hex 84 8F 91 9 1 0 2B BD 6 36
Octal 204 217 221 11 1 0 53 275 6 66
Binary 10000100 10001111 10010001 1001 1 0 101011 10111101 110 110110

Color Harmonies of #848F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848F91

Black with #848F91

Text Example


Text Example

White with #848F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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