Html Css Color HEX #8076DC Moody Blue

📋 copy color: '#8076DC'

red 128 ◦ green 118 ◦ blue 220

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

Shades of Moody Blue #8076DC

Tints of Moody Blue #8076DC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.32%

 BLUE value IS 220 (86.33% from 255) = 47.21%

R = 27.47%
G = 25.32%
B = 47.21%

CMYK

 C value IS 0.42

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8076DC (or 0x8076DC) is known color: Moody Blue. HEX triplet: 80, 76 and DC. RGB value is (128,118,220). Sum of RGB (Red+Green+Blue) = 128+118+220=466 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.47% from 466); Green value is 118 (46.48% from 255 or 25.32% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #8076DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8076DC is #7F8923. Grayscale: #848484. Windows color (decimal): -8358180 or 14448256. OLE color: 14448256.

HSL color Cylindrical-coordinate representation of color #8076DC: hue angle of 245.88º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8076DC is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 118 220 -
CMYK 0.42 0.46 0 0.14
HSL 245.88º 0.59% 0.66% -
HSV(B) 245.88º 0.46% 0.86% -
XYZ 28.3 22.71 70.6 -
YUV 132.62 177.31 124.71 -
System Red Green Blue C M Y K H S L
Decimal 128 118 220 0.42 0.46 0 0.14 245.88 0.59 0.66
Hex 80 76 DC 2A 2E 0 E F6 3B 42
Octal 200 166 334 52 56 0 16 366 73 102
Binary 10000000 1110110 11011100 101010 101110 0 1110 11110110 111011 1000010

Color Harmonies of #8076DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8076DC

Black with #8076DC

Text Example


Text Example

White with #8076DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8076DC; }

 p { color: rgb(128,118,220); }

 H1.HeaderClassName
 {
   color: #8076DC;
 }
 .AnyTagClassName
 {
   color: #8076DC;
 }
</style>

background-color css

<style>
 a { background-color: #8076DC; }

 a { background-color: rgb(128,118,220); }

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

border-color css

<style>
 span { border-color: #8076DC; }

 span { border-color: rgb(128,118,220); }

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