Html Css Color HEX #9088C1 Moody Blue

📋 copy color: '#9088C1'

red 144 ◦ green 136 ◦ blue 193

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

Shades of Moody Blue #9088C1

Tints of Moody Blue #9088C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 40.8%

R = 30.44%
G = 28.75%
B = 40.8%

CMYK

 C value IS 0.25

 M value IS 0.30

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9088C1 (or 0x9088C1) is known color: Moody Blue. HEX triplet: 90, 88 and C1. RGB value is (144,136,193). Sum of RGB (Red+Green+Blue) = 144+136+193=473 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.44% from 473); Green value is 136 (53.52% from 255 or 28.75% from 473); Blue value is 193 (75.78% from 255 or 40.80% from 473); Max value from RGB is 193 - color contains mainly: blue. Hex color #9088C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9088C1 is #6F773E. Grayscale: #909090. Windows color (decimal): -7305023 or 12683408. OLE color: 12683408.

HSL color Cylindrical-coordinate representation of color #9088C1: hue angle of 248.42º degrees, saturation: 0.31, 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 #9088C1 is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 144 136 193 -
CMYK 0.25 0.30 0 0.24
HSL 248.42º 0.31% 0.65% -
HSV(B) 248.42º 0.3% 0.76% -
XYZ 29.93 27.39 54.16 -
YUV 144.89 155.15 127.37 -
System Red Green Blue C M Y K H S L
Decimal 144 136 193 0.25 0.30 0 0.24 248.42 0.31 0.65
Hex 90 88 C1 19 1E 0 18 F8 1F 41
Octal 220 210 301 31 36 0 30 370 37 101
Binary 10010000 10001000 11000001 11001 11110 0 11000 11111000 11111 1000001

Color Harmonies of #9088C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9088C1

Black with #9088C1

Text Example


Text Example

White with #9088C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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