Html Css Color HEX #8078CC Moody Blue

📋 copy color: '#8078CC'

red 128 ◦ green 120 ◦ blue 204

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

Shades of Moody Blue #8078CC

Tints of Moody Blue #8078CC

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.55%

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

R = 28.32%
G = 26.55%
B = 45.13%

CMYK

 C value IS 0.37

 M value IS 0.41

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8078CC (or 0x8078CC) is known color: Moody Blue. HEX triplet: 80, 78 and CC. RGB value is (128,120,204). Sum of RGB (Red+Green+Blue) = 128+120+204=452 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.32% from 452); Green value is 120 (47.27% from 255 or 26.55% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #8078CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8078CC is #7F8733. Grayscale: #838383. Windows color (decimal): -8357684 or 13400192. OLE color: 13400192.

HSL color Cylindrical-coordinate representation of color #8078CC: hue angle of 245.71º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8078CC is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 128 120 204 -
CMYK 0.37 0.41 0 0.2
HSL 245.71º 0.45% 0.64% -
HSV(B) 245.71º 0.41% 0.8% -
XYZ 26.52 22.38 60.05 -
YUV 131.97 168.65 125.17 -
System Red Green Blue C M Y K H S L
Decimal 128 120 204 0.37 0.41 0 0.2 245.71 0.45 0.64
Hex 80 78 CC 25 29 0 14 F6 2D 40
Octal 200 170 314 45 51 0 24 366 55 100
Binary 10000000 1111000 11001100 100101 101001 0 10100 11110110 101101 1000000

Color Harmonies of #8078CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8078CC

Black with #8078CC

Text Example


Text Example

White with #8078CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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