Html Css Color HEX #848B8D Regent Grey

📋 copy color: '#848B8D'

red 132 ◦ green 139 ◦ blue 141

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

Shades of Regent Grey #848B8D

Tints of Regent Grey #848B8D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.74%

 BLUE value IS 141 (55.47% from 255) = 34.22%

R = 32.04%
G = 33.74%
B = 34.22%

CMYK

 C value IS 0.06

 M value IS 0.01

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#848B8D (or 0x848B8D) is known color: Regent Grey. HEX triplet: 84, 8B and 8D. RGB value is (132,139,141). Sum of RGB (Red+Green+Blue) = 132+139+141=412 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.04% from 412); Green value is 139 (54.69% from 255 or 33.74% from 412); Blue value is 141 (55.47% from 255 or 34.22% from 412); Max value from RGB is 141 - color contains mainly: blue. Hex color #848B8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848B8D is #7B7472. Grayscale: #898989. Windows color (decimal): -8090739 or 9276292. OLE color: 9276292.

HSL color Cylindrical-coordinate representation of color #848B8D: hue angle of 193.33º degrees, saturation: 0.04, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #848B8D is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 132 139 141 -
CMYK 0.06 0.01 0 0.45
HSL 193.33º 0.04% 0.54% -
HSV(B) 193.33º 0.06% 0.55% -
XYZ 23.56 25.29 28.84 -
YUV 137.14 130.18 124.34 -
System Red Green Blue C M Y K H S L
Decimal 132 139 141 0.06 0.01 0 0.45 193.33 0.04 0.54
Hex 84 8B 8D 6 1 0 2D C1 4 36
Octal 204 213 215 6 1 0 55 301 4 66
Binary 10000100 10001011 10001101 110 1 0 101101 11000001 100 110110

Color Harmonies of #848B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848B8D

Black with #848B8D

Text Example


Text Example

White with #848B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,139,141); }

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

background-color css

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

 a { background-color: rgb(132,139,141); }

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

border-color css

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

 span { border-color: rgb(132,139,141); }

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