Html Css Color HEX #8079CA Moody Blue

📋 copy color: '#8079CA'

red 128 ◦ green 121 ◦ blue 202

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

Shades of Moody Blue #8079CA

Tints of Moody Blue #8079CA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.83%

 BLUE value IS 202 (79.3% from 255) = 44.79%

R = 28.38%
G = 26.83%
B = 44.79%

CMYK

 C value IS 0.37

 M value IS 0.40

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8079CA (or 0x8079CA) is known color: Moody Blue. HEX triplet: 80, 79 and CA. RGB value is (128,121,202). Sum of RGB (Red+Green+Blue) = 128+121+202=451 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.38% from 451); Green value is 121 (47.66% from 255 or 26.83% from 451); Blue value is 202 (79.30% from 255 or 44.79% from 451); Max value from RGB is 202 - color contains mainly: blue. Hex color #8079CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8079CA is #7F8635. Grayscale: #848484. Windows color (decimal): -8357430 or 13269376. OLE color: 13269376.

HSL color Cylindrical-coordinate representation of color #8079CA: hue angle of 245.19º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8079CA is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 128 121 202 -
CMYK 0.37 0.40 0 0.21
HSL 245.19º 0.43% 0.63% -
HSV(B) 245.19º 0.4% 0.79% -
XYZ 26.4 22.53 58.83 -
YUV 132.33 167.32 124.91 -
System Red Green Blue C M Y K H S L
Decimal 128 121 202 0.37 0.40 0 0.21 245.19 0.43 0.63
Hex 80 79 CA 25 28 0 15 F5 2B 3F
Octal 200 171 312 45 50 0 25 365 53 77
Binary 10000000 1111001 11001010 100101 101000 0 10101 11110101 101011 111111

Color Harmonies of #8079CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8079CA

Black with #8079CA

Text Example


Text Example

White with #8079CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8079CA; }

 p { color: rgb(128,121,202); }

 H1.HeaderClassName
 {
   color: #8079CA;
 }
 .AnyTagClassName
 {
   color: #8079CA;
 }
</style>

background-color css

<style>
 a { background-color: #8079CA; }

 a { background-color: rgb(128,121,202); }

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

border-color css

<style>
 span { border-color: #8079CA; }

 span { border-color: rgb(128,121,202); }

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