Html Css Color HEX #9188CA Moody Blue

📋 copy color: '#9188CA'

red 145 ◦ green 136 ◦ blue 202

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

Shades of Moody Blue #9188CA

Tints of Moody Blue #9188CA

RGB

 RED value IS 145 (57.03% from 255) = 30.02%

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

 BLUE value IS 202 (79.3% from 255) = 41.82%

R = 30.02%
G = 28.16%
B = 41.82%

CMYK

 C value IS 0.28

 M value IS 0.33

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9188CA (or 0x9188CA) is known color: Moody Blue. HEX triplet: 91, 88 and CA. RGB value is (145,136,202). Sum of RGB (Red+Green+Blue) = 145+136+202=483 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.02% from 483); Green value is 136 (53.52% from 255 or 28.16% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 202 - color contains mainly: blue. Hex color #9188CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9188CA is #6E7735. Grayscale: #919191. Windows color (decimal): -7239478 or 13273233. OLE color: 13273233.

HSL color Cylindrical-coordinate representation of color #9188CA: hue angle of 248.18º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9188CA is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 145 136 202 -
CMYK 0.28 0.33 0 0.21
HSL 248.18º 0.38% 0.66% -
HSV(B) 248.18º 0.33% 0.79% -
XYZ 31.14 27.89 59.62 -
YUV 146.22 159.48 127.13 -
System Red Green Blue C M Y K H S L
Decimal 145 136 202 0.28 0.33 0 0.21 248.18 0.38 0.66
Hex 91 88 CA 1C 21 0 15 F8 26 42
Octal 221 210 312 34 41 0 25 370 46 102
Binary 10010001 10001000 11001010 11100 100001 0 10101 11111000 100110 1000010

Color Harmonies of #9188CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9188CA

Black with #9188CA

Text Example


Text Example

White with #9188CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9188CA; }

 p { color: rgb(145,136,202); }

 H1.HeaderClassName
 {
   color: #9188CA;
 }
 .AnyTagClassName
 {
   color: #9188CA;
 }
</style>

background-color css

<style>
 a { background-color: #9188CA; }

 a { background-color: rgb(145,136,202); }

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

border-color css

<style>
 span { border-color: #9188CA; }

 span { border-color: rgb(145,136,202); }

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