Html Css Color HEX #9390DA Blue Bell

📋 copy color: '#9390DA'

red 147 ◦ green 144 ◦ blue 218

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

Shades of Blue Bell #9390DA

Tints of Blue Bell #9390DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.83%

R = 28.88%
G = 28.29%
B = 42.83%

CMYK

 C value IS 0.33

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9390DA (or 0x9390DA) is known color: Blue Bell. HEX triplet: 93, 90 and DA. RGB value is (147,144,218). Sum of RGB (Red+Green+Blue) = 147+144+218=509 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.88% from 509); Green value is 144 (56.64% from 255 or 28.29% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 218 - color contains mainly: blue. Hex color #9390DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9390DA is #6C6F25. Grayscale: #999999. Windows color (decimal): -7106342 or 14323859. OLE color: 14323859.

HSL color Cylindrical-coordinate representation of color #9390DA: hue angle of 242.43º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9390DA is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 147 144 218 -
CMYK 0.33 0.34 0 0.15
HSL 242.43º 0.5% 0.71% -
HSV(B) 242.43º 0.34% 0.85% -
XYZ 34.66 31.21 70.53 -
YUV 153.33 164.49 123.48 -
System Red Green Blue C M Y K H S L
Decimal 147 144 218 0.33 0.34 0 0.15 242.43 0.5 0.71
Hex 93 90 DA 21 22 0 F F2 32 47
Octal 223 220 332 41 42 0 17 362 62 107
Binary 10010011 10010000 11011010 100001 100010 0 1111 11110010 110010 1000111

Color Harmonies of #9390DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9390DA

Black with #9390DA

Text Example


Text Example

White with #9390DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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