Html Css Color HEX #9080CC Moody Blue

📋 copy color: '#9080CC'

red 144 ◦ green 128 ◦ blue 204

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

Shades of Moody Blue #9080CC

Tints of Moody Blue #9080CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.86%

R = 30.25%
G = 26.89%
B = 42.86%

CMYK

 C value IS 0.29

 M value IS 0.37

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9080CC (or 0x9080CC) is known color: Moody Blue. HEX triplet: 90, 80 and CC. RGB value is (144,128,204). Sum of RGB (Red+Green+Blue) = 144+128+204=476 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.25% from 476); Green value is 128 (50.39% from 255 or 26.89% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 204 - color contains mainly: blue. Hex color #9080CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9080CC is #6F7F33. Grayscale: #8D8D8D. Windows color (decimal): -7307060 or 13402256. OLE color: 13402256.

HSL color Cylindrical-coordinate representation of color #9080CC: hue angle of 252.63º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9080CC is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 144 128 204 -
CMYK 0.29 0.37 0 0.2
HSL 252.63º 0.43% 0.65% -
HSV(B) 252.63º 0.37% 0.8% -
XYZ 30.12 25.73 60.51 -
YUV 141.45 163.3 129.82 -
System Red Green Blue C M Y K H S L
Decimal 144 128 204 0.29 0.37 0 0.2 252.63 0.43 0.65
Hex 90 80 CC 1D 25 0 14 FD 2B 41
Octal 220 200 314 35 45 0 24 375 53 101
Binary 10010000 10000000 11001100 11101 100101 0 10100 11111101 101011 1000001

Color Harmonies of #9080CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9080CC

Black with #9080CC

Text Example


Text Example

White with #9080CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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