#808384

Color #808384 Regent Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regent Grey #808384

Tints of Regent Grey #808384

Color information

#808384 (or 0x808384) is unknown color: approx Regent Grey. HEX triplet: 80, 83 and 84. RGB value is (128,131,132). Sum of RGB (Red+Green+Blue) = 128+131+132=391 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.74% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 132 (51.95% from 255 or 33.76% from 391); Max value from RGB is 132 - color contains mainly: blue. Hex color #808384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808384 is #7F7C7B. Grayscale: #828282. Windows color (decimal): -8354940 or 8684416. OLE color: 8684416.

HSL color Cylindrical-coordinate representation of color #808384: hue angle of 195º degrees, saturation: 0.02, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #808384 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB128131132-
CMYK0.030.0100.48
HSL195º1.6%50.98%-
HSV(B)195º3.03%51.76%-
XYZ21.1822.4925.05-
YUV130.22129.01126.42-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.74%
GREEN value IS 131 (51.56% from 255) = 33.50%
BLUE value IS 132 (51.95% from 255) = 33.76%
R=32.74%
G=33.50%
B=33.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1281311320.030.0100.481951.650.98
Hex80838431030c3233
Octal20020320431060303263
Binary10000000100000111000010011101100001100001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808384; }

 p { color: rgb(128,131,132); }

 H1.HeaderClassName
 {
   color: #808384;
 }
 .AnyTagClassName
 {
   color: #808384;
 }
</style>
background-color css

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

 a { background-color: rgb(128,131,132); }

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

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

 span { border-color: rgb(128,131,132); }

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