Html Css Color HEX #838A8C Regent Grey

📋 copy color: '#838A8C'

red 131 ◦ green 138 ◦ blue 140

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

Shades of Regent Grey #838A8C

Tints of Regent Grey #838A8C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.74%

 BLUE value IS 140 (55.08% from 255) = 34.23%

R = 32.03%
G = 33.74%
B = 34.23%

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

#838A8C (or 0x838A8C) is known color: Regent Grey. HEX triplet: 83, 8A and 8C. RGB value is (131,138,140). Sum of RGB (Red+Green+Blue) = 131+138+140=409 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.03% from 409); Green value is 138 (54.30% from 255 or 33.74% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 140 - color contains mainly: blue. Hex color #838A8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838A8C is #7C7573. Grayscale: #888888. Windows color (decimal): -8156532 or 9210499. OLE color: 9210499.

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

Color convert

RGB 131 138 140 -
CMYK 0.06 0.01 0 0.45
HSL 193.33º 0.04% 0.53% -
HSV(B) 193.33º 0.06% 0.55% -
XYZ 23.18 24.9 28.39 -
YUV 136.14 130.18 124.34 -
System Red Green Blue C M Y K H S L
Decimal 131 138 140 0.06 0.01 0 0.45 193.33 0.04 0.53
Hex 83 8A 8C 6 1 0 2D C1 4 35
Octal 203 212 214 6 1 0 55 301 4 65
Binary 10000011 10001010 10001100 110 1 0 101101 11000001 100 110101

Color Harmonies of #838A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838A8C

Black with #838A8C

Text Example


Text Example

White with #838A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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