Html Css Color HEX #8078DA Moody Blue

📋 copy color: '#8078DA'

red 128 ◦ green 120 ◦ blue 218

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

Shades of Moody Blue #8078DA

Tints of Moody Blue #8078DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.78%

R = 27.47%
G = 25.75%
B = 46.78%

CMYK

 C value IS 0.41

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8078DA (or 0x8078DA) is known color: Moody Blue. HEX triplet: 80, 78 and DA. RGB value is (128,120,218). Sum of RGB (Red+Green+Blue) = 128+120+218=466 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.47% from 466); Green value is 120 (47.27% from 255 or 25.75% from 466); Blue value is 218 (85.55% from 255 or 46.78% from 466); Max value from RGB is 218 - color contains mainly: blue. Hex color #8078DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8078DA is #7F8725. Grayscale: #858585. Windows color (decimal): -8357670 or 14317696. OLE color: 14317696.

HSL color Cylindrical-coordinate representation of color #8078DA: hue angle of 244.9º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8078DA is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 128 120 218 -
CMYK 0.41 0.45 0 0.15
HSL 244.9º 0.57% 0.66% -
HSV(B) 244.9º 0.45% 0.85% -
XYZ 28.27 23.08 69.3 -
YUV 133.56 175.65 124.03 -
System Red Green Blue C M Y K H S L
Decimal 128 120 218 0.41 0.45 0 0.15 244.9 0.57 0.66
Hex 80 78 DA 29 2D 0 F F5 39 42
Octal 200 170 332 51 55 0 17 365 71 102
Binary 10000000 1111000 11011010 101001 101101 0 1111 11110101 111001 1000010

Color Harmonies of #8078DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8078DA

Black with #8078DA

Text Example


Text Example

White with #8078DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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