#8284CB

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

Shades of Moody Blue #8284CB

Tints of Moody Blue #8284CB

Color information

#8284CB (or 0x8284CB) is unknown color: approx Moody Blue. HEX triplet: 82, 84 and CB. RGB value is (130,132,203). Sum of RGB (Red+Green+Blue) = 130+132+203=465 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.96% from 465); Green value is 132 (51.95% from 255 or 28.39% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 203 - color contains mainly: blue. Hex color #8284CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8284CB is #7D7B34. Grayscale: #8B8B8B. Windows color (decimal): -8223541 or 13337730. OLE color: 13337730.

HSL color Cylindrical-coordinate representation of color #8284CB: hue angle of 238.36º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8284CB is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB130132203-
CMYK0.360.3500.20
HSL238.36º41.24%65.29%-
HSV(B)238.36º35.96%79.61%-
XYZ28.2425.5659.95-
YUV139.5163.84121.23-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.96%
GREEN value IS 132 (51.95% from 255) = 28.39%
BLUE value IS 203 (79.69% from 255) = 43.66%
R=27.96%
G=28.39%
B=43.66%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1301322030.360.3500.20238.3641.2465.29
Hex8284CB2423014ee2941
Octal202204313444302435651101
Binary100000101000010011001011100100100011010100111011101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8284CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8284CB; }

 p { color: rgb(130,132,203); }

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

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

 a { background-color: rgb(130,132,203); }

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

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

 span { border-color: rgb(130,132,203); }

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