Html Css Color HEX #9085CC Moody Blue

📋 copy color: '#9085CC'

red 144 ◦ green 133 ◦ blue 204

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

Shades of Moody Blue #9085CC

Tints of Moody Blue #9085CC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.65%

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

R = 29.94%
G = 27.65%
B = 42.41%

CMYK

 C value IS 0.29

 M value IS 0.35

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9085CC (or 0x9085CC) is known color: Moody Blue. HEX triplet: 90, 85 and CC. RGB value is (144,133,204). Sum of RGB (Red+Green+Blue) = 144+133+204=481 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.94% from 481); Green value is 133 (52.34% from 255 or 27.65% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #9085CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9085CC is #6F7A33. Grayscale: #909090. Windows color (decimal): -7305780 or 13403536. OLE color: 13403536.

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

Color convert

RGB 144 133 204 -
CMYK 0.29 0.35 0 0.2
HSL 249.3º 0.41% 0.66% -
HSV(B) 249.3º 0.35% 0.8% -
XYZ 30.79 27.06 60.73 -
YUV 144.38 161.64 127.73 -
System Red Green Blue C M Y K H S L
Decimal 144 133 204 0.29 0.35 0 0.2 249.3 0.41 0.66
Hex 90 85 CC 1D 23 0 14 F9 29 42
Octal 220 205 314 35 43 0 24 371 51 102
Binary 10010000 10000101 11001100 11101 100011 0 10100 11111001 101001 1000010

Color Harmonies of #9085CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9085CC

Black with #9085CC

Text Example


Text Example

White with #9085CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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