#9697DA

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

Shades of Blue Bell #9697DA

Tints of Blue Bell #9697DA

Color information

#9697DA (or 0x9697DA) is unknown color: approx Blue Bell. HEX triplet: 96, 97 and DA. RGB value is (150,151,218). Sum of RGB (Red+Green+Blue) = 150+151+218=519 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.90% from 519); Green value is 151 (59.38% from 255 or 29.09% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 218 - color contains mainly: blue. Hex color #9697DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9697DA is #696825. Grayscale: #9E9E9E. Windows color (decimal): -6907942 or 14325654. OLE color: 14325654.

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

Color convert

RGB150151218-
CMYK0.310.3100.15
HSL239.12º47.89%72.16%-
HSV(B)239.12º31.19%85.49%-
XYZ36.333.6870.92-
YUV158.34161.67122.05-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.90%
GREEN value IS 151 (59.38% from 255) = 29.09%
BLUE value IS 218 (85.55% from 255) = 42.00%
R=28.90%
G=29.09%
B=42.00%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1501512180.310.3100.15239.1247.8972.16
Hex9697DA1F1F0Fef3048
Octal226227332373701735760110
Binary100101101001011111011010111111111101111111011111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9697DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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