#8B88CE

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

Shades of Moody Blue #8B88CE

Tints of Moody Blue #8B88CE

Color information

#8B88CE (or 0x8B88CE) is unknown color: approx Moody Blue. HEX triplet: 8B, 88 and CE. RGB value is (139,136,206). Sum of RGB (Red+Green+Blue) = 139+136+206=481 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.90% from 481); Green value is 136 (53.52% from 255 or 28.27% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 206 - color contains mainly: blue. Hex color #8B88CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B88CE is #747731. Grayscale: #909090. Windows color (decimal): -7632690 or 13535371. OLE color: 13535371.

HSL color Cylindrical-coordinate representation of color #8B88CE: hue angle of 242.57º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8B88CE is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB139136206-
CMYK0.330.3400.19
HSL242.57º41.67%67.06%-
HSV(B)242.57º33.98%80.78%-
XYZ30.5927.5562.1-
YUV144.88162.49123.81-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.90%
GREEN value IS 136 (53.52% from 255) = 28.27%
BLUE value IS 206 (80.86% from 255) = 42.83%
R=28.90%
G=28.27%
B=42.83%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1391362060.330.3400.19242.5741.6767.06
Hex8B88CE2122013f32a43
Octal213210316414202336352103
Binary100010111000100011001110100001100010010011111100111010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B88CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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