#969DCA

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

Shades of Blue Bell #969DCA

Tints of Blue Bell #969DCA

Color information

#969DCA (or 0x969DCA) is unknown color: approx Blue Bell. HEX triplet: 96, 9D and CA. RGB value is (150,157,202). Sum of RGB (Red+Green+Blue) = 150+157+202=509 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.47% from 509); Green value is 157 (61.72% from 255 or 30.84% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 202 - color contains mainly: blue. Hex color #969DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969DCA is #696235. Grayscale: #9F9F9F. Windows color (decimal): -6906422 or 13278614. OLE color: 13278614.

HSL color Cylindrical-coordinate representation of color #969DCA: hue angle of 231.92º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #969DCA is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB150157202-
CMYK0.260.2200.21
HSL231.92º32.91%69.02%-
HSV(B)231.92º25.74%79.22%-
XYZ35.334.8660.75-
YUV160.04151.68120.84-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.47%
GREEN value IS 157 (61.72% from 255) = 30.84%
BLUE value IS 202 (79.30% from 255) = 39.69%
R=29.47%
G=30.84%
B=39.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1501572020.260.2200.21231.9232.9169.02
Hex969DCA1A16015e82145
Octal226235312322602535041105
Binary1001011010011101110010101101010110010101111010001000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,157,202); }

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

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

 a { background-color: rgb(150,157,202); }

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

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

 span { border-color: rgb(150,157,202); }

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