#8C82CB

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

Shades of Moody Blue #8C82CB

Tints of Moody Blue #8C82CB

Color information

#8C82CB (or 0x8C82CB) is unknown color: approx Moody Blue. HEX triplet: 8C, 82 and CB. RGB value is (140,130,203). Sum of RGB (Red+Green+Blue) = 140+130+203=473 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.60% from 473); Green value is 130 (51.17% from 255 or 27.48% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 203 - color contains mainly: blue. Hex color #8C82CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C82CB is #737D34. Grayscale: #8D8D8D. Windows color (decimal): -7568693 or 13337228. OLE color: 13337228.

HSL color Cylindrical-coordinate representation of color #8C82CB: hue angle of 248.22º 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 #8C82CB is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB140130203-
CMYK0.310.3600.20
HSL248.22º41.24%65.29%-
HSV(B)248.22º35.96%79.61%-
XYZ29.5825.8559.93-
YUV141.31162.81127.06-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.60%
GREEN value IS 130 (51.17% from 255) = 27.48%
BLUE value IS 203 (79.69% from 255) = 42.92%
R=29.60%
G=27.48%
B=42.92%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1401302030.310.3600.20248.2241.2465.29
Hex8C82CB1F24014f82941
Octal214202313374402437051101
Binary10001100100000101100101111111100100010100111110001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C82CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C82CB; }

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

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

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

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

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

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

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

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