#959AD5

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

Shades of Blue Bell #959AD5

Tints of Blue Bell #959AD5

Color information

#959AD5 (or 0x959AD5) is unknown color: approx Blue Bell. HEX triplet: 95, 9A and D5. RGB value is (149,154,213). Sum of RGB (Red+Green+Blue) = 149+154+213=516 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.88% from 516); Green value is 154 (60.55% from 255 or 29.84% from 516); Blue value is 213 (83.59% from 255 or 41.28% from 516); Max value from RGB is 213 - color contains mainly: blue. Hex color #959AD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959AD5 is #6A652A. Grayscale: #9E9E9E. Windows color (decimal): -6972715 or 13998741. OLE color: 13998741.

HSL color Cylindrical-coordinate representation of color #959AD5: hue angle of 235.31º 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 #959AD5 is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB149154213-
CMYK0.300.2800.16
HSL235.31º43.24%70.98%-
HSV(B)235.31º30.05%83.53%-
XYZ35.9634.367.68-
YUV159.23158.34120.7-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.88%
GREEN value IS 154 (60.55% from 255) = 29.84%
BLUE value IS 213 (83.59% from 255) = 41.28%
R=28.88%
G=29.84%
B=41.28%

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
Decimal1491542130.300.2800.16235.3143.2470.98
Hex959AD51E1C010eb2b47
Octal225232325363402035353107
Binary1001010110011010110101011111011100010000111010111010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,154,213); }

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

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

 a { background-color: rgb(149,154,213); }

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

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

 span { border-color: rgb(149,154,213); }

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