#8B88CD

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

Shades of Moody Blue #8B88CD

Tints of Moody Blue #8B88CD

Color information

#8B88CD (or 0x8B88CD) is unknown color: approx Moody Blue. HEX triplet: 8B, 88 and CD. RGB value is (139,136,205). Sum of RGB (Red+Green+Blue) = 139+136+205=480 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.96% from 480); Green value is 136 (53.52% from 255 or 28.33% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 205 - color contains mainly: blue. Hex color #8B88CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B88CD is #747732. Grayscale: #909090. Windows color (decimal): -7632691 or 13469835. OLE color: 13469835.

HSL color Cylindrical-coordinate representation of color #8B88CD: hue angle of 242.61º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8B88CD is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB139136205-
CMYK0.320.3400.20
HSL242.61º40.83%66.86%-
HSV(B)242.61º33.66%80.39%-
XYZ30.4727.5161.46-
YUV144.76161.99123.89-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.96%
GREEN value IS 136 (53.52% from 255) = 28.33%
BLUE value IS 205 (80.47% from 255) = 42.71%
R=28.96%
G=28.33%
B=42.71%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1391362050.320.3400.20242.6140.8366.86
Hex8B88CD2022014f32943
Octal213210315404202436351103
Binary100010111000100011001101100000100010010100111100111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B88CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,136,205); }

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

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

 a { background-color: rgb(139,136,205); }

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

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

 span { border-color: rgb(139,136,205); }

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