Html Css Color HEX #8078C2 Moody Blue

📋 copy color: '#8078C2'

red 128 ◦ green 120 ◦ blue 194

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

Shades of Moody Blue #8078C2

Tints of Moody Blue #8078C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 43.89%

R = 28.96%
G = 27.15%
B = 43.89%

CMYK

 C value IS 0.34

 M value IS 0.38

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8078C2 (or 0x8078C2) is known color: Moody Blue. HEX triplet: 80, 78 and C2. RGB value is (128,120,194). Sum of RGB (Red+Green+Blue) = 128+120+194=442 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.96% from 442); Green value is 120 (47.27% from 255 or 27.15% from 442); Blue value is 194 (76.17% from 255 or 43.89% from 442); Max value from RGB is 194 - color contains mainly: blue. Hex color #8078C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8078C2 is #7F873D. Grayscale: #828282. Windows color (decimal): -8357694 or 12744832. OLE color: 12744832.

HSL color Cylindrical-coordinate representation of color #8078C2: hue angle of 246.49º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8078C2 is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 128 120 194 -
CMYK 0.34 0.38 0 0.24
HSL 246.49º 0.38% 0.62% -
HSV(B) 246.49º 0.38% 0.76% -
XYZ 25.36 21.92 53.93 -
YUV 130.83 163.65 125.98 -
System Red Green Blue C M Y K H S L
Decimal 128 120 194 0.34 0.38 0 0.24 246.49 0.38 0.62
Hex 80 78 C2 22 26 0 18 F6 26 3E
Octal 200 170 302 42 46 0 30 366 46 76
Binary 10000000 1111000 11000010 100010 100110 0 11000 11110110 100110 111110

Color Harmonies of #8078C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8078C2

Black with #8078C2

Text Example


Text Example

White with #8078C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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