Html Css Color HEX #9390BE Blue Bell

📋 copy color: '#9390BE'

red 147 ◦ green 144 ◦ blue 190

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

Shades of Blue Bell #9390BE

Tints of Blue Bell #9390BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.5%

R = 30.56%
G = 29.94%
B = 39.5%

CMYK

 C value IS 0.23

 M value IS 0.24

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9390BE (or 0x9390BE) is known color: Blue Bell. HEX triplet: 93, 90 and BE. RGB value is (147,144,190). Sum of RGB (Red+Green+Blue) = 147+144+190=481 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.56% from 481); Green value is 144 (56.64% from 255 or 29.94% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 190 - color contains mainly: blue. Hex color #9390BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9390BE is #6C6F41. Grayscale: #959595. Windows color (decimal): -7106370 or 12488851. OLE color: 12488851.

HSL color Cylindrical-coordinate representation of color #9390BE: hue angle of 243.91º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9390BE is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 147 144 190 -
CMYK 0.23 0.24 0 0.25
HSL 243.91º 0.26% 0.65% -
HSV(B) 243.91º 0.24% 0.75% -
XYZ 31.3 29.87 52.83 -
YUV 150.14 150.49 125.76 -
System Red Green Blue C M Y K H S L
Decimal 147 144 190 0.23 0.24 0 0.25 243.91 0.26 0.65
Hex 93 90 BE 17 18 0 19 F4 1A 41
Octal 223 220 276 27 30 0 31 364 32 101
Binary 10010011 10010000 10111110 10111 11000 0 11001 11110100 11010 1000001

Color Harmonies of #9390BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9390BE

Black with #9390BE

Text Example


Text Example

White with #9390BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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