#959ABE

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

Shades of Blue Bell #959ABE

Tints of Blue Bell #959ABE

Color information

#959ABE (or 0x959ABE) is unknown color: approx Blue Bell. HEX triplet: 95, 9A and BE. RGB value is (149,154,190). Sum of RGB (Red+Green+Blue) = 149+154+190=493 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.22% from 493); Green value is 154 (60.55% from 255 or 31.24% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 190 - color contains mainly: blue. Hex color #959ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959ABE is #6A6541. Grayscale: #9C9C9C. Windows color (decimal): -6972738 or 12491413. OLE color: 12491413.

HSL color Cylindrical-coordinate representation of color #959ABE: hue angle of 232.68º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #959ABE is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB149154190-
CMYK0.220.1900.25
HSL232.68º23.98%66.47%-
HSV(B)232.68º21.58%74.51%-
XYZ33.2433.2253.37-
YUV156.61146.84122.57-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.22%
GREEN value IS 154 (60.55% from 255) = 31.24%
BLUE value IS 190 (74.61% from 255) = 38.54%
R=30.22%
G=31.24%
B=38.54%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491541900.220.1900.25232.6823.9866.47
Hex959ABE1613019e91842
Octal225232276262303135130102
Binary100101011001101010111110101101001101100111101001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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