#969CD5

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

Shades of Blue Bell #969CD5

Tints of Blue Bell #969CD5

Color information

#969CD5 (or 0x969CD5) is unknown color: approx Blue Bell. HEX triplet: 96, 9C and D5. RGB value is (150,156,213). Sum of RGB (Red+Green+Blue) = 150+156+213=519 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.90% from 519); Green value is 156 (61.33% from 255 or 30.06% from 519); Blue value is 213 (83.59% from 255 or 41.04% from 519); Max value from RGB is 213 - color contains mainly: blue. Hex color #969CD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969CD5 is #69632A. Grayscale: #A0A0A0. Windows color (decimal): -6906667 or 13999254. OLE color: 13999254.

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

Color convert

RGB150156213-
CMYK0.300.2700.16
HSL234.29º42.86%71.18%-
HSV(B)234.29º29.58%83.53%-
XYZ36.4835.0767.8-
YUV160.7157.51120.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.90%
GREEN value IS 156 (61.33% from 255) = 30.06%
BLUE value IS 213 (83.59% from 255) = 41.04%
R=28.90%
G=30.06%
B=41.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1501562130.300.2700.16234.2942.8671.18
Hex969CD51E1B010ea2b47
Octal226234325363302035253107
Binary1001011010011100110101011111011011010000111010101010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,156,213); }

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

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

 a { background-color: rgb(150,156,213); }

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

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

 span { border-color: rgb(150,156,213); }

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