#959EC9

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

Shades of Blue Bell #959EC9

Tints of Blue Bell #959EC9

Color information

#959EC9 (or 0x959EC9) is unknown color: approx Blue Bell. HEX triplet: 95, 9E and C9. RGB value is (149,158,201). Sum of RGB (Red+Green+Blue) = 149+158+201=508 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.33% from 508); Green value is 158 (62.11% from 255 or 31.10% from 508); Blue value is 201 (78.91% from 255 or 39.57% from 508); Max value from RGB is 201 - color contains mainly: blue. Hex color #959EC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959EC9 is #6A6136. Grayscale: #A0A0A0. Windows color (decimal): -6971703 or 13213333. OLE color: 13213333.

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

Color convert

RGB149158201-
CMYK0.260.2100.21
HSL229.62º32.5%68.63%-
HSV(B)229.62º25.87%78.82%-
XYZ35.1635.0660.17-
YUV160.21151.02120-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.33%
GREEN value IS 158 (62.11% from 255) = 31.10%
BLUE value IS 201 (78.91% from 255) = 39.57%
R=29.33%
G=31.10%
B=39.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1491582010.260.2100.21229.6232.568.63
Hex959EC91A15015e62045
Octal225236311322502534640105
Binary1001010110011110110010011101010101010101111001101000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,158,201); }

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

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

 a { background-color: rgb(149,158,201); }

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

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

 span { border-color: rgb(149,158,201); }

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