#9B93DE

Color #9B93DE Blue Bell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Bell #9B93DE

Tints of Blue Bell #9B93DE

Color information

#9B93DE (or 0x9B93DE) is unknown color: approx Blue Bell. HEX triplet: 9B, 93 and DE. RGB value is (155,147,222). Sum of RGB (Red+Green+Blue) = 155+147+222=524 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.58% from 524); Green value is 147 (57.81% from 255 or 28.05% from 524); Blue value is 222 (87.11% from 255 or 42.37% from 524); Max value from RGB is 222 - color contains mainly: blue. Hex color #9B93DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B93DE is #646C21. Grayscale: #9D9D9D. Windows color (decimal): -6581282 or 14586779. OLE color: 14586779.

HSL color Cylindrical-coordinate representation of color #9B93DE: hue angle of 246.4º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9B93DE is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB155147222-
CMYK0.300.3400.13
HSL246.4º53.19%72.35%-
HSV(B)246.4º33.78%87.06%-
XYZ37.1433.1173.54-
YUV157.94164.15125.9-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.58%
GREEN value IS 147 (57.81% from 255) = 28.05%
BLUE value IS 222 (87.11% from 255) = 42.37%
R=29.58%
G=28.05%
B=42.37%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1551472220.300.3400.13246.453.1972.35
Hex9B93DE1E220Df63548
Octal233223336364201536665110
Binary1001101110010011110111101111010001001101111101101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B93DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B93DE; }

 p { color: rgb(155,147,222); }

 H1.HeaderClassName
 {
   color: #9B93DE;
 }
 .AnyTagClassName
 {
   color: #9B93DE;
 }
</style>
background-color css

<style>
 a { background-color: #9B93DE; }

 a { background-color: rgb(155,147,222); }

 div.DivClassName
 {
   background-color: #9B93DE;
 }
 .BgClassName
 {
   background-color: #9B93DE;
 }
</style>
border-color css

<style>
 span { border-color: #9B93DE; }

 span { border-color: rgb(155,147,222); }

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