#9693DE

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

Shades of Blue Bell #9693DE

Tints of Blue Bell #9693DE

Color information

#9693DE (or 0x9693DE) is unknown color: approx Blue Bell. HEX triplet: 96, 93 and DE. RGB value is (150,147,222). Sum of RGB (Red+Green+Blue) = 150+147+222=519 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.90% from 519); Green value is 147 (57.81% from 255 or 28.32% from 519); Blue value is 222 (87.11% from 255 or 42.77% from 519); Max value from RGB is 222 - color contains mainly: blue. Hex color #9693DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9693DE is #696C21. Grayscale: #9C9C9C. Windows color (decimal): -6908962 or 14586774. OLE color: 14586774.

HSL color Cylindrical-coordinate representation of color #9693DE: hue angle of 242.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 #9693DE is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB150147222-
CMYK0.320.3400.13
HSL242.4º53.19%72.35%-
HSV(B)242.4º33.78%87.06%-
XYZ36.232.6373.5-
YUV156.45164.99123.4-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.90%
GREEN value IS 147 (57.81% from 255) = 28.32%
BLUE value IS 222 (87.11% from 255) = 42.77%
R=28.90%
G=28.32%
B=42.77%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1501472220.320.3400.13242.453.1972.35
Hex9693DE20220Df23548
Octal226223336404201536265110
Binary10010110100100111101111010000010001001101111100101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9693DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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