#969AD7

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

Shades of Blue Bell #969AD7

Tints of Blue Bell #969AD7

Color information

#969AD7 (or 0x969AD7) is unknown color: approx Blue Bell. HEX triplet: 96, 9A and D7. RGB value is (150,154,215). Sum of RGB (Red+Green+Blue) = 150+154+215=519 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.90% from 519); Green value is 154 (60.55% from 255 or 29.67% from 519); Blue value is 215 (84.38% from 255 or 41.43% from 519); Max value from RGB is 215 - color contains mainly: blue. Hex color #969AD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969AD7 is #696528. Grayscale: #9F9F9F. Windows color (decimal): -6907177 or 14129814. OLE color: 14129814.

HSL color Cylindrical-coordinate representation of color #969AD7: hue angle of 236.31º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #969AD7 is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB150154215-
CMYK0.300.2800.16
HSL236.31º44.83%71.57%-
HSV(B)236.31º30.23%84.31%-
XYZ36.434.569.03-
YUV159.76159.17121.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.90%
GREEN value IS 154 (60.55% from 255) = 29.67%
BLUE value IS 215 (84.38% from 255) = 41.43%
R=28.90%
G=29.67%
B=41.43%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1501542150.300.2800.16236.3144.8371.57
Hex969AD71E1C010ec2d48
Octal226232327363402035455110
Binary1001011010011010110101111111011100010000111011001011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969AD7; }

 p { color: rgb(150,154,215); }

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

<style>
 a { background-color: #969AD7; }

 a { background-color: rgb(150,154,215); }

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

<style>
 span { border-color: #969AD7; }

 span { border-color: rgb(150,154,215); }

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