#959DCA

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

Shades of Blue Bell #959DCA

Tints of Blue Bell #959DCA

Color information

#959DCA (or 0x959DCA) is unknown color: approx Blue Bell. HEX triplet: 95, 9D and CA. RGB value is (149,157,202). Sum of RGB (Red+Green+Blue) = 149+157+202=508 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.33% from 508); Green value is 157 (61.72% from 255 or 30.91% from 508); Blue value is 202 (79.30% from 255 or 39.76% from 508); Max value from RGB is 202 - color contains mainly: blue. Hex color #959DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959DCA is #6A6235. Grayscale: #9F9F9F. Windows color (decimal): -6971958 or 13278613. OLE color: 13278613.

HSL color Cylindrical-coordinate representation of color #959DCA: hue angle of 230.94º 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 #959DCA is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB149157202-
CMYK0.260.2200.21
HSL230.94º33.33%68.82%-
HSV(B)230.94º26.24%79.22%-
XYZ35.1134.7760.74-
YUV159.74151.85120.34-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.33%
GREEN value IS 157 (61.72% from 255) = 30.91%
BLUE value IS 202 (79.30% from 255) = 39.76%
R=29.33%
G=30.91%
B=39.76%

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
Decimal1491572020.260.2200.21230.9433.3368.82
Hex959DCA1A16015e72145
Octal225235312322602534741105
Binary1001010110011101110010101101010110010101111001111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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