Html Css Color HEX #8080CA Moody Blue

📋 copy color: '#8080CA'

red 128 ◦ green 128 ◦ blue 202

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

Shades of Moody Blue #8080CA

Tints of Moody Blue #8080CA

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.95%

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

R = 27.95%
G = 27.95%
B = 44.1%

CMYK

 C value IS 0.37

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8080CA (or 0x8080CA) is known color: Moody Blue. HEX triplet: 80, 80 and CA. RGB value is (128,128,202). Sum of RGB (Red+Green+Blue) = 128+128+202=458 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.95% from 458); Green value is 128 (50.39% from 255 or 27.95% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 202 - color contains mainly: blue. Hex color #8080CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8080CA is #7F7F35. Grayscale: #888888. Windows color (decimal): -8355638 or 13271168. OLE color: 13271168.

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

Color convert

RGB 128 128 202 -
CMYK 0.37 0.37 0 0.21
HSL 240º 0.41% 0.65% -
HSV(B) 240º 0.37% 0.79% -
XYZ 27.28 24.29 59.13 -
YUV 136.44 165 121.98 -
System Red Green Blue C M Y K H S L
Decimal 128 128 202 0.37 0.37 0 0.21 240 0.41 0.65
Hex 80 80 CA 25 25 0 15 F0 29 41
Octal 200 200 312 45 45 0 25 360 51 101
Binary 10000000 10000000 11001010 100101 100101 0 10101 11110000 101001 1000001

Color Harmonies of #8080CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8080CA

Black with #8080CA

Text Example


Text Example

White with #8080CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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