Html Css Color HEX #838889 Regent Grey

📋 copy color: '#838889'

red 131 ◦ green 136 ◦ blue 137

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

Shades of Regent Grey #838889

Tints of Regent Grey #838889

RGB

 RED value IS 131 (51.56% from 255) = 32.43%

 GREEN value IS 136 (53.52% from 255) = 33.66%

 BLUE value IS 137 (53.91% from 255) = 33.91%

R = 32.43%
G = 33.66%
B = 33.91%

CMYK

 C value IS 0.04

 M value IS 0.01

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#838889 (or 0x838889) is known color: Regent Grey. HEX triplet: 83, 88 and 89. RGB value is (131,136,137). Sum of RGB (Red+Green+Blue) = 131+136+137=404 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.43% from 404); Green value is 136 (53.52% from 255 or 33.66% from 404); Blue value is 137 (53.91% from 255 or 33.91% from 404); Max value from RGB is 137 - color contains mainly: blue. Hex color #838889 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838889 is #7C7776. Grayscale: #868686. Windows color (decimal): -8157047 or 9013379. OLE color: 9013379.

HSL color Cylindrical-coordinate representation of color #838889: hue angle of 190º degrees, saturation: 0.02, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #838889 is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 131 136 137 -
CMYK 0.04 0.01 0 0.46
HSL 190º 0.02% 0.53% -
HSV(B) 190º 0.04% 0.54% -
XYZ 22.68 24.24 27.15 -
YUV 134.62 129.34 125.42 -
System Red Green Blue C M Y K H S L
Decimal 131 136 137 0.04 0.01 0 0.46 190 0.02 0.53
Hex 83 88 89 4 1 0 2E BE 2 35
Octal 203 210 211 4 1 0 56 276 2 65
Binary 10000011 10001000 10001001 100 1 0 101110 10111110 10 110101

Color Harmonies of #838889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838889

Black with #838889

Text Example


Text Example

White with #838889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838889; }

 p { color: rgb(131,136,137); }

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

background-color css

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

 a { background-color: rgb(131,136,137); }

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

border-color css

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

 span { border-color: rgb(131,136,137); }

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