Html Css Color HEX #838D90 Regent Grey

📋 copy color: '#838D90'

red 131 ◦ green 141 ◦ blue 144

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

Shades of Regent Grey #838D90

Tints of Regent Grey #838D90

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.89%

 BLUE value IS 144 (56.64% from 255) = 34.62%

R = 31.49%
G = 33.89%
B = 34.62%

CMYK

 C value IS 0.09

 M value IS 0.02

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#838D90 (or 0x838D90) is known color: Regent Grey. HEX triplet: 83, 8D and 90. RGB value is (131,141,144). Sum of RGB (Red+Green+Blue) = 131+141+144=416 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.49% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 144 (56.64% from 255 or 34.62% from 416); Max value from RGB is 144 - color contains mainly: blue. Hex color #838D90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838D90 is #7C726F. Grayscale: #8A8A8A. Windows color (decimal): -8155760 or 9473411. OLE color: 9473411.

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

Color convert

RGB 131 141 144 -
CMYK 0.09 0.02 0 0.44
HSL 193.85º 0.06% 0.54% -
HSV(B) 193.85º 0.09% 0.56% -
XYZ 23.92 25.89 30.12 -
YUV 138.35 131.19 122.76 -
System Red Green Blue C M Y K H S L
Decimal 131 141 144 0.09 0.02 0 0.44 193.85 0.06 0.54
Hex 83 8D 90 9 2 0 2C C2 6 36
Octal 203 215 220 11 2 0 54 302 6 66
Binary 10000011 10001101 10010000 1001 10 0 101100 11000010 110 110110

Color Harmonies of #838D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838D90

Black with #838D90

Text Example


Text Example

White with #838D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838D90; }

 p { color: rgb(131,141,144); }

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

background-color css

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

 a { background-color: rgb(131,141,144); }

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

border-color css

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

 span { border-color: rgb(131,141,144); }

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