#8068CA

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

Shades of Moody Blue #8068CA

Tints of Moody Blue #8068CA

Color information

#8068CA (or 0x8068CA) is unknown color: approx Moody Blue. HEX triplet: 80, 68 and CA. RGB value is (128,104,202). Sum of RGB (Red+Green+Blue) = 128+104+202=434 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.49% from 434); Green value is 104 (41.02% from 255 or 23.96% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 202 - color contains mainly: blue. Hex color #8068CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8068CA is #7F9735. Grayscale: #797979. Windows color (decimal): -8361782 or 13265024. OLE color: 13265024.

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

Color convert

RGB128104202-
CMYK0.370.4900.21
HSL254.69º48.04%60%-
HSV(B)254.69º48.51%79.22%-
XYZ24.5118.7558.21-
YUV122.35172.95132.03-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.49%
GREEN value IS 104 (41.02% from 255) = 23.96%
BLUE value IS 202 (79.30% from 255) = 46.54%
R=29.49%
G=23.96%
B=46.54%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1281042020.370.4900.21254.6948.0460
Hex8068CA2531015ff303c
Octal20015031245610253776074
Binary1000000011010001100101010010111000101010111111111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8068CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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