#9693CD

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

Shades of Blue Bell #9693CD

Tints of Blue Bell #9693CD

Color information

#9693CD (or 0x9693CD) is unknown color: approx Blue Bell. HEX triplet: 96, 93 and CD. RGB value is (150,147,205). Sum of RGB (Red+Green+Blue) = 150+147+205=502 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.88% from 502); Green value is 147 (57.81% from 255 or 29.28% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 205 - color contains mainly: blue. Hex color #9693CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9693CD is #696C32. Grayscale: #9A9A9A. Windows color (decimal): -6908979 or 13472662. OLE color: 13472662.

HSL color Cylindrical-coordinate representation of color #9693CD: hue angle of 243.1º degrees, saturation: 0.37, 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 #9693CD is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB150147205-
CMYK0.270.2800.20
HSL243.1º36.71%69.02%-
HSV(B)243.1º28.29%80.39%-
XYZ34.0331.7662.09-
YUV154.51156.49124.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.88%
GREEN value IS 147 (57.81% from 255) = 29.28%
BLUE value IS 205 (80.47% from 255) = 40.84%
R=29.88%
G=29.28%
B=40.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1501472050.270.2800.20243.136.7169.02
Hex9693CD1B1C014f32545
Octal226223315333402436345105
Binary1001011010010011110011011101111100010100111100111001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9693CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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