Html Css Color HEX #9188CB Moody Blue

📋 copy color: '#9188CB'

red 145 ◦ green 136 ◦ blue 203

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

Shades of Moody Blue #9188CB

Tints of Moody Blue #9188CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.94%

R = 29.96%
G = 28.1%
B = 41.94%

CMYK

 C value IS 0.29

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9188CB (or 0x9188CB) is known color: Moody Blue. HEX triplet: 91, 88 and CB. RGB value is (145,136,203). Sum of RGB (Red+Green+Blue) = 145+136+203=484 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.96% from 484); Green value is 136 (53.52% from 255 or 28.10% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 203 - color contains mainly: blue. Hex color #9188CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9188CB is #6E7734. Grayscale: #929292. Windows color (decimal): -7239477 or 13338769. OLE color: 13338769.

HSL color Cylindrical-coordinate representation of color #9188CB: hue angle of 248.06º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9188CB is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 145 136 203 -
CMYK 0.29 0.33 0 0.20
HSL 248.06º 0.39% 0.66% -
HSV(B) 248.06º 0.33% 0.8% -
XYZ 31.26 27.94 60.25 -
YUV 146.33 159.98 127.05 -
System Red Green Blue C M Y K H S L
Decimal 145 136 203 0.29 0.33 0 0.20 248.06 0.39 0.66
Hex 91 88 CB 1D 21 0 14 F8 27 42
Octal 221 210 313 35 41 0 24 370 47 102
Binary 10010001 10001000 11001011 11101 100001 0 10100 11111000 100111 1000010

Color Harmonies of #9188CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9188CB

Black with #9188CB

Text Example


Text Example

White with #9188CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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