Html Css Color HEX #9088C2 Moody Blue

📋 copy color: '#9088C2'

red 144 ◦ green 136 ◦ blue 194

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

Shades of Moody Blue #9088C2

Tints of Moody Blue #9088C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 40.93%

R = 30.38%
G = 28.69%
B = 40.93%

CMYK

 C value IS 0.26

 M value IS 0.30

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9088C2 (or 0x9088C2) is known color: Moody Blue. HEX triplet: 90, 88 and C2. RGB value is (144,136,194). Sum of RGB (Red+Green+Blue) = 144+136+194=474 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.38% from 474); Green value is 136 (53.52% from 255 or 28.69% from 474); Blue value is 194 (76.17% from 255 or 40.93% from 474); Max value from RGB is 194 - color contains mainly: blue. Hex color #9088C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9088C2 is #6F773D. Grayscale: #909090. Windows color (decimal): -7305022 or 12748944. OLE color: 12748944.

HSL color Cylindrical-coordinate representation of color #9088C2: hue angle of 248.28º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9088C2 is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 144 136 194 -
CMYK 0.26 0.30 0 0.24
HSL 248.28º 0.32% 0.65% -
HSV(B) 248.28º 0.3% 0.76% -
XYZ 30.04 27.43 54.75 -
YUV 145 155.65 127.28 -
System Red Green Blue C M Y K H S L
Decimal 144 136 194 0.26 0.30 0 0.24 248.28 0.32 0.65
Hex 90 88 C2 1A 1E 0 18 F8 20 41
Octal 220 210 302 32 36 0 30 370 40 101
Binary 10010000 10001000 11000010 11010 11110 0 11000 11111000 100000 1000001

Color Harmonies of #9088C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9088C2

Black with #9088C2

Text Example


Text Example

White with #9088C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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