#9693DB

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

Shades of Blue Bell #9693DB

Tints of Blue Bell #9693DB

Color information

#9693DB (or 0x9693DB) is unknown color: approx Blue Bell. HEX triplet: 96, 93 and DB. RGB value is (150,147,219). Sum of RGB (Red+Green+Blue) = 150+147+219=516 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.07% from 516); Green value is 147 (57.81% from 255 or 28.49% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #9693DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9693DB is #696C24. Grayscale: #9B9B9B. Windows color (decimal): -6908965 or 14390166. OLE color: 14390166.

HSL color Cylindrical-coordinate representation of color #9693DB: hue angle of 242.5º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9693DB is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB150147219-
CMYK0.320.3300.14
HSL242.5º50%71.76%-
HSV(B)242.5º32.88%85.88%-
XYZ35.832.4771.4-
YUV156.11163.49123.65-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.07%
GREEN value IS 147 (57.81% from 255) = 28.49%
BLUE value IS 219 (85.94% from 255) = 42.44%
R=29.07%
G=28.49%
B=42.44%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1501472190.320.3300.14242.55071.76
Hex9693DB20210Ef23248
Octal226223333404101636262110
Binary10010110100100111101101110000010000101110111100101100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9693DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9693DB; }

 p { color: rgb(150,147,219); }

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

<style>
 a { background-color: #9693DB; }

 a { background-color: rgb(150,147,219); }

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

<style>
 span { border-color: #9693DB; }

 span { border-color: rgb(150,147,219); }

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