Html Css Color HEX #9080CD Moody Blue

📋 copy color: '#9080CD'

red 144 ◦ green 128 ◦ blue 205

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

Shades of Moody Blue #9080CD

Tints of Moody Blue #9080CD

RGB

 RED value IS 144 (56.64% from 255) = 30.19%

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

 BLUE value IS 205 (80.47% from 255) = 42.98%

R = 30.19%
G = 26.83%
B = 42.98%

CMYK

 C value IS 0.30

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9080CD (or 0x9080CD) is known color: Moody Blue. HEX triplet: 90, 80 and CD. RGB value is (144,128,205). Sum of RGB (Red+Green+Blue) = 144+128+205=477 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.19% from 477); Green value is 128 (50.39% from 255 or 26.83% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 205 - color contains mainly: blue. Hex color #9080CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9080CD is #6F7F32. Grayscale: #8D8D8D. Windows color (decimal): -7307059 or 13467792. OLE color: 13467792.

HSL color Cylindrical-coordinate representation of color #9080CD: hue angle of 252.47º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9080CD is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 144 128 205 -
CMYK 0.30 0.38 0 0.20
HSL 252.47º 0.44% 0.65% -
HSV(B) 252.47º 0.38% 0.8% -
XYZ 30.24 25.78 61.14 -
YUV 141.56 163.8 129.74 -
System Red Green Blue C M Y K H S L
Decimal 144 128 205 0.30 0.38 0 0.20 252.47 0.44 0.65
Hex 90 80 CD 1E 26 0 14 FC 2C 41
Octal 220 200 315 36 46 0 24 374 54 101
Binary 10010000 10000000 11001101 11110 100110 0 10100 11111100 101100 1000001

Color Harmonies of #9080CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9080CD

Black with #9080CD

Text Example


Text Example

White with #9080CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9080CD; }

 p { color: rgb(144,128,205); }

 H1.HeaderClassName
 {
   color: #9080CD;
 }
 .AnyTagClassName
 {
   color: #9080CD;
 }
</style>

background-color css

<style>
 a { background-color: #9080CD; }

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

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

border-color css

<style>
 span { border-color: #9080CD; }

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

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