Html Css Color HEX #838A8B Regent Grey

📋 copy color: '#838A8B'

red 131 ◦ green 138 ◦ blue 139

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

Shades of Regent Grey #838A8B

Tints of Regent Grey #838A8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.07%

R = 32.11%
G = 33.82%
B = 34.07%

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

#838A8B (or 0x838A8B) is known color: Regent Grey. HEX triplet: 83, 8A and 8B. RGB value is (131,138,139). Sum of RGB (Red+Green+Blue) = 131+138+139=408 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.11% from 408); Green value is 138 (54.30% from 255 or 33.82% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 139 - color contains mainly: blue. Hex color #838A8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838A8B is #7C7574. Grayscale: #888888. Windows color (decimal): -8156533 or 9144963. OLE color: 9144963.

HSL color Cylindrical-coordinate representation of color #838A8B: hue angle of 187.5º degrees, saturation: 0.03, 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 #838A8B is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 131 138 139 -
CMYK 0.06 0.01 0 0.45
HSL 187.5º 0.03% 0.53% -
HSV(B) 187.5º 0.06% 0.55% -
XYZ 23.11 24.87 28.01 -
YUV 136.02 129.68 124.42 -
System Red Green Blue C M Y K H S L
Decimal 131 138 139 0.06 0.01 0 0.45 187.5 0.03 0.53
Hex 83 8A 8B 6 1 0 2D BC 3 35
Octal 203 212 213 6 1 0 55 274 3 65
Binary 10000011 10001010 10001011 110 1 0 101101 10111100 11 110101

Color Harmonies of #838A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838A8B

Black with #838A8B

Text Example


Text Example

White with #838A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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