Html Css Color HEX #9088CC Moody Blue

📋 copy color: '#9088CC'

red 144 ◦ green 136 ◦ blue 204

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

Shades of Moody Blue #9088CC

Tints of Moody Blue #9088CC

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.1%

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

R = 29.75%
G = 28.1%
B = 42.15%

CMYK

 C value IS 0.29

 M value IS 0.33

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9088CC (or 0x9088CC) is known color: Moody Blue. HEX triplet: 90, 88 and CC. RGB value is (144,136,204). Sum of RGB (Red+Green+Blue) = 144+136+204=484 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.75% from 484); Green value is 136 (53.52% from 255 or 28.10% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 204 - color contains mainly: blue. Hex color #9088CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9088CC is #6F7733. Grayscale: #919191. Windows color (decimal): -7305012 or 13404304. OLE color: 13404304.

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

Color convert

RGB 144 136 204 -
CMYK 0.29 0.33 0 0.2
HSL 247.06º 0.4% 0.67% -
HSV(B) 247.06º 0.33% 0.8% -
XYZ 31.2 27.9 60.87 -
YUV 146.14 160.65 126.47 -
System Red Green Blue C M Y K H S L
Decimal 144 136 204 0.29 0.33 0 0.2 247.06 0.4 0.67
Hex 90 88 CC 1D 21 0 14 F7 28 43
Octal 220 210 314 35 41 0 24 367 50 103
Binary 10010000 10001000 11001100 11101 100001 0 10100 11110111 101000 1000011

Color Harmonies of #9088CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9088CC

Black with #9088CC

Text Example


Text Example

White with #9088CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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