#9694DA

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

Shades of Blue Bell #9694DA

Tints of Blue Bell #9694DA

Color information

#9694DA (or 0x9694DA) is unknown color: approx Blue Bell. HEX triplet: 96, 94 and DA. RGB value is (150,148,218). Sum of RGB (Red+Green+Blue) = 150+148+218=516 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.07% from 516); Green value is 148 (58.20% from 255 or 28.68% from 516); Blue value is 218 (85.55% from 255 or 42.25% from 516); Max value from RGB is 218 - color contains mainly: blue. Hex color #9694DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9694DA is #696B25. Grayscale: #9C9C9C. Windows color (decimal): -6908710 or 14324886. OLE color: 14324886.

HSL color Cylindrical-coordinate representation of color #9694DA: hue angle of 241.71º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9694DA is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB150148218-
CMYK0.310.3200.15
HSL241.71º48.61%71.76%-
HSV(B)241.71º32.11%85.49%-
XYZ35.8232.7370.76-
YUV156.58162.66123.31-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.07%
GREEN value IS 148 (58.20% from 255) = 28.68%
BLUE value IS 218 (85.55% from 255) = 42.25%
R=29.07%
G=28.68%
B=42.25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1501482180.310.3200.15241.7148.6171.76
Hex9694DA1F200Ff23148
Octal226224332374001736261110
Binary1001011010010100110110101111110000001111111100101100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9694DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9694DA; }

 p { color: rgb(150,148,218); }

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

<style>
 a { background-color: #9694DA; }

 a { background-color: rgb(150,148,218); }

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

<style>
 span { border-color: #9694DA; }

 span { border-color: rgb(150,148,218); }

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