Html Css Color HEX #8068CC Moody Blue

📋 copy color: '#8068CC'

red 128 ◦ green 104 ◦ blue 204

#8068CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moody Blue #8068CC

Tints of Moody Blue #8068CC

RGB

 RED value IS 128 (50.39% from 255) = 29.36%

 GREEN value IS 104 (41.02% from 255) = 23.85%

 BLUE value IS 204 (80.08% from 255) = 46.79%

R = 29.36%
G = 23.85%
B = 46.79%

CMYK

 C value IS 0.37

 M value IS 0.49

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8068CC (or 0x8068CC) is known color: Moody Blue. HEX triplet: 80, 68 and CC. RGB value is (128,104,204). Sum of RGB (Red+Green+Blue) = 128+104+204=436 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.36% from 436); Green value is 104 (41.02% from 255 or 23.85% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 204 - color contains mainly: blue. Hex color #8068CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8068CC is #7F9733. Grayscale: #7A7A7A. Windows color (decimal): -8361780 or 13396096. OLE color: 13396096.

HSL color Cylindrical-coordinate representation of color #8068CC: hue angle of 254.4º degrees, saturation: 0.5, 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 #8068CC is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 128 104 204 -
CMYK 0.37 0.49 0 0.2
HSL 254.4º 0.5% 0.6% -
HSV(B) 254.4º 0.49% 0.8% -
XYZ 24.75 18.85 59.46 -
YUV 122.58 173.95 131.87 -
System Red Green Blue C M Y K H S L
Decimal 128 104 204 0.37 0.49 0 0.2 254.4 0.5 0.6
Hex 80 68 CC 25 31 0 14 FE 32 3C
Octal 200 150 314 45 61 0 24 376 62 74
Binary 10000000 1101000 11001100 100101 110001 0 10100 11111110 110010 111100

Color Harmonies of #8068CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8068CC

Black with #8068CC

Text Example


Text Example

White with #8068CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8068CC;
 }
 .AnyTagClassName
 {
   color: #8068CC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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