Html Css Color HEX #9390DD Blue Bell

📋 copy color: '#9390DD'

red 147 ◦ green 144 ◦ blue 221

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

Shades of Blue Bell #9390DD

Tints of Blue Bell #9390DD

RGB

 RED value IS 147 (57.81% from 255) = 28.71%

 GREEN value IS 144 (56.64% from 255) = 28.13%

 BLUE value IS 221 (86.72% from 255) = 43.16%

R = 28.71%
G = 28.13%
B = 43.16%

CMYK

 C value IS 0.33

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9390DD (or 0x9390DD) is known color: Blue Bell. HEX triplet: 93, 90 and DD. RGB value is (147,144,221). Sum of RGB (Red+Green+Blue) = 147+144+221=512 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.71% from 512); Green value is 144 (56.64% from 255 or 28.12% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #9390DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9390DD is #6C6F22. Grayscale: #999999. Windows color (decimal): -7106339 or 14520467. OLE color: 14520467.

HSL color Cylindrical-coordinate representation of color #9390DD: hue angle of 242.34º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9390DD is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 147 144 221 -
CMYK 0.33 0.35 0 0.13
HSL 242.34º 0.53% 0.72% -
HSV(B) 242.34º 0.35% 0.87% -
XYZ 35.06 31.37 72.61 -
YUV 153.68 165.99 123.24 -
System Red Green Blue C M Y K H S L
Decimal 147 144 221 0.33 0.35 0 0.13 242.34 0.53 0.72
Hex 93 90 DD 21 23 0 D F2 35 48
Octal 223 220 335 41 43 0 15 362 65 110
Binary 10010011 10010000 11011101 100001 100011 0 1101 11110010 110101 1001000

Color Harmonies of #9390DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9390DD

Black with #9390DD

Text Example


Text Example

White with #9390DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9390DD; }

 p { color: rgb(147,144,221); }

 H1.HeaderClassName
 {
   color: #9390DD;
 }
 .AnyTagClassName
 {
   color: #9390DD;
 }
</style>

background-color css

<style>
 a { background-color: #9390DD; }

 a { background-color: rgb(147,144,221); }

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

border-color css

<style>
 span { border-color: #9390DD; }

 span { border-color: rgb(147,144,221); }

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