Html Css Color HEX #9394BE Blue Bell

📋 copy color: '#9394BE'

red 147 ◦ green 148 ◦ blue 190

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

Shades of Blue Bell #9394BE

Tints of Blue Bell #9394BE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.52%

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

R = 30.31%
G = 30.52%
B = 39.18%

CMYK

 C value IS 0.23

 M value IS 0.22

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9394BE (or 0x9394BE) is known color: Blue Bell. HEX triplet: 93, 94 and BE. RGB value is (147,148,190). Sum of RGB (Red+Green+Blue) = 147+148+190=485 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.31% from 485); Green value is 148 (58.20% from 255 or 30.52% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 190 - color contains mainly: blue. Hex color #9394BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9394BE is #6C6B41. Grayscale: #989898. Windows color (decimal): -7105346 or 12489875. OLE color: 12489875.

HSL color Cylindrical-coordinate representation of color #9394BE: hue angle of 238.6º 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 #9394BE is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 147 148 190 -
CMYK 0.23 0.22 0 0.25
HSL 238.6º 0.25% 0.66% -
HSV(B) 238.6º 0.23% 0.75% -
XYZ 31.92 31.1 53.04 -
YUV 152.49 149.17 124.08 -
System Red Green Blue C M Y K H S L
Decimal 147 148 190 0.23 0.22 0 0.25 238.6 0.25 0.66
Hex 93 94 BE 17 16 0 19 EF 19 42
Octal 223 224 276 27 26 0 31 357 31 102
Binary 10010011 10010100 10111110 10111 10110 0 11001 11101111 11001 1000010

Color Harmonies of #9394BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9394BE

Black with #9394BE

Text Example


Text Example

White with #9394BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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