#8068CB

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

Shades of Moody Blue #8068CB

Tints of Moody Blue #8068CB

Color information

#8068CB (or 0x8068CB) is unknown color: approx Moody Blue. HEX triplet: 80, 68 and CB. RGB value is (128,104,203). Sum of RGB (Red+Green+Blue) = 128+104+203=435 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.43% from 435); Green value is 104 (41.02% from 255 or 23.91% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #8068CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8068CB is #7F9734. Grayscale: #7A7A7A. Windows color (decimal): -8361781 or 13330560. OLE color: 13330560.

HSL color Cylindrical-coordinate representation of color #8068CB: hue angle of 254.55º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8068CB is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB128104203-
CMYK0.370.4900.20
HSL254.55º48.77%60.2%-
HSV(B)254.55º48.77%79.61%-
XYZ24.6318.858.83-
YUV122.46173.45131.95-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.43%
GREEN value IS 104 (41.02% from 255) = 23.91%
BLUE value IS 203 (79.69% from 255) = 46.67%
R=29.43%
G=23.91%
B=46.67%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1281042030.370.4900.20254.5548.7760.2
Hex8068CB2531014ff313c
Octal20015031345610243776174
Binary1000000011010001100101110010111000101010011111111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8068CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,104,203); }

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

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

 a { background-color: rgb(128,104,203); }

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

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

 span { border-color: rgb(128,104,203); }

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