Html Css Color HEX #9493BE Blue Bell

📋 copy color: '#9493BE'

red 148 ◦ green 147 ◦ blue 190

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

Shades of Blue Bell #9493BE

Tints of Blue Bell #9493BE

RGB

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

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

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

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

CMYK

 C value IS 0.22

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9493BE (or 0x9493BE) is known color: Blue Bell. HEX triplet: 94, 93 and BE. RGB value is (148,147,190). Sum of RGB (Red+Green+Blue) = 148+147+190=485 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.52% from 485); Green value is 147 (57.81% from 255 or 30.31% 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 #9493BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9493BE is #6B6C41. Grayscale: #989898. Windows color (decimal): -7040066 or 12489620. OLE color: 12489620.

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

Color convert

RGB 148 147 190 -
CMYK 0.22 0.23 0 0.25
HSL 241.4º 0.25% 0.66% -
HSV(B) 241.4º 0.23% 0.75% -
XYZ 31.94 30.88 52.99 -
YUV 152.2 149.33 125 -
System Red Green Blue C M Y K H S L
Decimal 148 147 190 0.22 0.23 0 0.25 241.4 0.25 0.66
Hex 94 93 BE 16 17 0 19 F1 19 42
Octal 224 223 276 26 27 0 31 361 31 102
Binary 10010100 10010011 10111110 10110 10111 0 11001 11110001 11001 1000010

Color Harmonies of #9493BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9493BE

Black with #9493BE

Text Example


Text Example

White with #9493BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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