Html Css Color HEX #9187CC Moody Blue

📋 copy color: '#9187CC'

red 145 ◦ green 135 ◦ blue 204

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

Shades of Moody Blue #9187CC

Tints of Moody Blue #9187CC

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.89%

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

R = 29.96%
G = 27.89%
B = 42.15%

CMYK

 C value IS 0.29

 M value IS 0.34

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9187CC (or 0x9187CC) is known color: Moody Blue. HEX triplet: 91, 87 and CC. RGB value is (145,135,204). Sum of RGB (Red+Green+Blue) = 145+135+204=484 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.96% from 484); Green value is 135 (53.12% from 255 or 27.89% 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 #9187CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9187CC is #6E7833. Grayscale: #919191. Windows color (decimal): -7239732 or 13404049. OLE color: 13404049.

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

Color convert

RGB 145 135 204 -
CMYK 0.29 0.34 0 0.2
HSL 248.7º 0.4% 0.66% -
HSV(B) 248.7º 0.34% 0.8% -
XYZ 31.24 27.71 60.83 -
YUV 145.86 160.81 127.39 -
System Red Green Blue C M Y K H S L
Decimal 145 135 204 0.29 0.34 0 0.2 248.7 0.4 0.66
Hex 91 87 CC 1D 22 0 14 F9 28 42
Octal 221 207 314 35 42 0 24 371 50 102
Binary 10010001 10000111 11001100 11101 100010 0 10100 11111001 101000 1000010

Color Harmonies of #9187CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9187CC

Black with #9187CC

Text Example


Text Example

White with #9187CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,135,204); }

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

background-color css

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

 a { background-color: rgb(145,135,204); }

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

border-color css

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

 span { border-color: rgb(145,135,204); }

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