Html Css Color HEX #9080CE Moody Blue

📋 copy color: '#9080CE'

red 144 ◦ green 128 ◦ blue 206

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

Shades of Moody Blue #9080CE

Tints of Moody Blue #9080CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.1%

R = 30.13%
G = 26.78%
B = 43.1%

CMYK

 C value IS 0.30

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9080CE (or 0x9080CE) is known color: Moody Blue. HEX triplet: 90, 80 and CE. RGB value is (144,128,206). Sum of RGB (Red+Green+Blue) = 144+128+206=478 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.13% from 478); Green value is 128 (50.39% from 255 or 26.78% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #9080CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9080CE is #6F7F31. Grayscale: #8D8D8D. Windows color (decimal): -7307058 or 13533328. OLE color: 13533328.

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

Color convert

RGB 144 128 206 -
CMYK 0.30 0.38 0 0.19
HSL 252.31º 0.44% 0.65% -
HSV(B) 252.31º 0.38% 0.81% -
XYZ 30.36 25.82 61.78 -
YUV 141.68 164.3 129.66 -
System Red Green Blue C M Y K H S L
Decimal 144 128 206 0.30 0.38 0 0.19 252.31 0.44 0.65
Hex 90 80 CE 1E 26 0 13 FC 2C 41
Octal 220 200 316 36 46 0 23 374 54 101
Binary 10010000 10000000 11001110 11110 100110 0 10011 11111100 101100 1000001

Color Harmonies of #9080CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9080CE

Black with #9080CE

Text Example


Text Example

White with #9080CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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