Html Css Color HEX #8077CA Moody Blue

📋 copy color: '#8077CA'

red 128 ◦ green 119 ◦ blue 202

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

Shades of Moody Blue #8077CA

Tints of Moody Blue #8077CA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.5%

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

R = 28.51%
G = 26.5%
B = 44.99%

CMYK

 C value IS 0.37

 M value IS 0.41

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8077CA (or 0x8077CA) is known color: Moody Blue. HEX triplet: 80, 77 and CA. RGB value is (128,119,202). Sum of RGB (Red+Green+Blue) = 128+119+202=449 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.51% from 449); Green value is 119 (46.88% from 255 or 26.50% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 202 - color contains mainly: blue. Hex color #8077CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8077CA is #7F8835. Grayscale: #828282. Windows color (decimal): -8357942 or 13268864. OLE color: 13268864.

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

Color convert

RGB 128 119 202 -
CMYK 0.37 0.41 0 0.21
HSL 246.51º 0.44% 0.63% -
HSV(B) 246.51º 0.41% 0.79% -
XYZ 26.16 22.05 58.75 -
YUV 131.15 167.98 125.75 -
System Red Green Blue C M Y K H S L
Decimal 128 119 202 0.37 0.41 0 0.21 246.51 0.44 0.63
Hex 80 77 CA 25 29 0 15 F7 2C 3F
Octal 200 167 312 45 51 0 25 367 54 77
Binary 10000000 1110111 11001010 100101 101001 0 10101 11110111 101100 111111

Color Harmonies of #8077CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8077CA

Black with #8077CA

Text Example


Text Example

White with #8077CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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