#8283BB

Color #8283BB Moody Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moody Blue #8283BB

Tints of Moody Blue #8283BB

Color information

#8283BB (or 0x8283BB) is unknown color: approx Moody Blue. HEX triplet: 82, 83 and BB. RGB value is (130,131,187). Sum of RGB (Red+Green+Blue) = 130+131+187=448 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.02% from 448); Green value is 131 (51.56% from 255 or 29.24% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 187 - color contains mainly: blue. Hex color #8283BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8283BB is #7D7C44. Grayscale: #888888. Windows color (decimal): -8223813 or 12288898. OLE color: 12288898.

HSL color Cylindrical-coordinate representation of color #8283BB: hue angle of 238.95º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8283BB is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB130131187-
CMYK0.300.3000.27
HSL238.95º29.53%62.16%-
HSV(B)238.95º30.48%73.33%-
XYZ26.2924.5750.37-
YUV137.08156.17122.95-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.02%
GREEN value IS 131 (51.56% from 255) = 29.24%
BLUE value IS 187 (73.44% from 255) = 41.74%
R=29.02%
G=29.24%
B=41.74%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1301311870.300.3000.27238.9529.5362.16
Hex8283BB1E1E01Bef1e3e
Octal20220327336360333573676
Binary10000010100000111011101111110111100110111110111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8283BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8283BB; }

 p { color: rgb(130,131,187); }

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

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

 a { background-color: rgb(130,131,187); }

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

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

 span { border-color: rgb(130,131,187); }

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