Html Css Color HEX #9399BE Blue Bell

📋 copy color: '#9399BE'

red 147 ◦ green 153 ◦ blue 190

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

Shades of Blue Bell #9399BE

Tints of Blue Bell #9399BE

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.22%

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

R = 30%
G = 31.22%
B = 38.78%

CMYK

 C value IS 0.23

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9399BE (or 0x9399BE) is known color: Blue Bell. HEX triplet: 93, 99 and BE. RGB value is (147,153,190). Sum of RGB (Red+Green+Blue) = 147+153+190=490 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30% from 490); Green value is 153 (60.16% from 255 or 31.22% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 190 - color contains mainly: blue. Hex color #9399BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9399BE is #6C6641. Grayscale: #9B9B9B. Windows color (decimal): -7104066 or 12491155. OLE color: 12491155.

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

Color convert

RGB 147 153 190 -
CMYK 0.23 0.19 0 0.25
HSL 231.63º 0.25% 0.66% -
HSV(B) 231.63º 0.23% 0.75% -
XYZ 32.72 32.7 53.3 -
YUV 155.42 147.51 121.99 -
System Red Green Blue C M Y K H S L
Decimal 147 153 190 0.23 0.19 0 0.25 231.63 0.25 0.66
Hex 93 99 BE 17 13 0 19 E8 19 42
Octal 223 231 276 27 23 0 31 350 31 102
Binary 10010011 10011001 10111110 10111 10011 0 11001 11101000 11001 1000010

Color Harmonies of #9399BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9399BE

Black with #9399BE

Text Example


Text Example

White with #9399BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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