Html Css Color HEX #83898A Regent Grey

📋 copy color: '#83898A'

red 131 ◦ green 137 ◦ blue 138

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

Shades of Regent Grey #83898A

Tints of Regent Grey #83898A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.74%

 BLUE value IS 138 (54.3% from 255) = 33.99%

R = 32.27%
G = 33.74%
B = 33.99%

CMYK

 C value IS 0.05

 M value IS 0.01

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#83898A (or 0x83898A) is known color: Regent Grey. HEX triplet: 83, 89 and 8A. RGB value is (131,137,138). Sum of RGB (Red+Green+Blue) = 131+137+138=406 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.27% from 406); Green value is 137 (53.91% from 255 or 33.74% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 138 - color contains mainly: blue. Hex color #83898A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83898A is #7C7675. Grayscale: #878787. Windows color (decimal): -8156790 or 9079171. OLE color: 9079171.

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

Color convert

RGB 131 137 138 -
CMYK 0.05 0.01 0 0.46
HSL 188.57º 0.03% 0.53% -
HSV(B) 188.57º 0.05% 0.54% -
XYZ 22.89 24.55 27.58 -
YUV 135.32 129.51 124.92 -
System Red Green Blue C M Y K H S L
Decimal 131 137 138 0.05 0.01 0 0.46 188.57 0.03 0.53
Hex 83 89 8A 5 1 0 2E BD 3 35
Octal 203 211 212 5 1 0 56 275 3 65
Binary 10000011 10001001 10001010 101 1 0 101110 10111101 11 110101

Color Harmonies of #83898A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83898A

Black with #83898A

Text Example


Text Example

White with #83898A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83898A; }

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

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

background-color css

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

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

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

border-color css

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

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

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