#8C8ABD

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

Shades of Moody Blue #8C8ABD

Tints of Moody Blue #8C8ABD

Color information

#8C8ABD (or 0x8C8ABD) is unknown color: approx Moody Blue. HEX triplet: 8C, 8A and BD. RGB value is (140,138,189). Sum of RGB (Red+Green+Blue) = 140+138+189=467 (61% of max value = 765). Red value is 140 (55.08% from 255 or 29.98% from 467); Green value is 138 (54.30% from 255 or 29.55% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 189 - color contains mainly: blue. Hex color #8C8ABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C8ABD is #737542. Grayscale: #909090. Windows color (decimal): -7566659 or 12421772. OLE color: 12421772.

HSL color Cylindrical-coordinate representation of color #8C8ABD: hue angle of 242.35º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8C8ABD is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB140138189-
CMYK0.260.2700.26
HSL242.35º27.87%64.12%-
HSV(B)242.35º26.98%74.12%-
XYZ29.0927.4351.9-
YUV144.41153.16124.85-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.98%
GREEN value IS 138 (54.30% from 255) = 29.55%
BLUE value IS 189 (74.22% from 255) = 40.47%
R=29.98%
G=29.55%
B=40.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1401381890.260.2700.26242.3527.8764.12
Hex8C8ABD1A1B01Af21c40
Octal214212275323303236234100
Binary100011001000101010111101110101101101101011110010111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,138,189); }

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

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

 a { background-color: rgb(140,138,189); }

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

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

 span { border-color: rgb(140,138,189); }

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