#969AD9

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

Shades of Blue Bell #969AD9

Tints of Blue Bell #969AD9

Color information

#969AD9 (or 0x969AD9) is unknown color: approx Blue Bell. HEX triplet: 96, 9A and D9. RGB value is (150,154,217). Sum of RGB (Red+Green+Blue) = 150+154+217=521 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.79% from 521); Green value is 154 (60.55% from 255 or 29.56% from 521); Blue value is 217 (85.16% from 255 or 41.65% from 521); Max value from RGB is 217 - color contains mainly: blue. Hex color #969AD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969AD9 is #696526. Grayscale: #9F9F9F. Windows color (decimal): -6907175 or 14260886. OLE color: 14260886.

HSL color Cylindrical-coordinate representation of color #969AD9: hue angle of 236.42º degrees, saturation: 0.47, 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 #969AD9 is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB150154217-
CMYK0.310.2900.15
HSL236.42º46.85%71.96%-
HSV(B)236.42º30.88%85.1%-
XYZ36.6634.670.39-
YUV159.99160.17120.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.79%
GREEN value IS 154 (60.55% from 255) = 29.56%
BLUE value IS 217 (85.16% from 255) = 41.65%
R=28.79%
G=29.56%
B=41.65%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1501542170.310.2900.15236.4246.8571.96
Hex969AD91F1D0Fec2f48
Octal226232331373501735457110
Binary100101101001101011011001111111110101111111011001011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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