#9693CC

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

Shades of Blue Bell #9693CC

Tints of Blue Bell #9693CC

Color information

#9693CC (or 0x9693CC) is unknown color: approx Blue Bell. HEX triplet: 96, 93 and CC. RGB value is (150,147,204). Sum of RGB (Red+Green+Blue) = 150+147+204=501 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.94% from 501); Green value is 147 (57.81% from 255 or 29.34% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 204 - color contains mainly: blue. Hex color #9693CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9693CC is #696C33. Grayscale: #9A9A9A. Windows color (decimal): -6908980 or 13407126. OLE color: 13407126.

HSL color Cylindrical-coordinate representation of color #9693CC: hue angle of 243.16º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9693CC is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB150147204-
CMYK0.260.2800.2
HSL243.16º35.85%68.82%-
HSV(B)243.16º27.94%80%-
XYZ33.9131.7161.46-
YUV154.4155.99124.87-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.94%
GREEN value IS 147 (57.81% from 255) = 29.34%
BLUE value IS 204 (80.08% from 255) = 40.72%
R=29.94%
G=29.34%
B=40.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1501472040.260.2800.2243.1635.8568.82
Hex9693CC1A1C014f32445
Octal226223314323402436344105
Binary1001011010010011110011001101011100010100111100111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9693CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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