#959ABF

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

Shades of Blue Bell #959ABF

Tints of Blue Bell #959ABF

Color information

#959ABF (or 0x959ABF) is unknown color: approx Blue Bell. HEX triplet: 95, 9A and BF. RGB value is (149,154,191). Sum of RGB (Red+Green+Blue) = 149+154+191=494 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.16% from 494); Green value is 154 (60.55% from 255 or 31.17% from 494); Blue value is 191 (75% from 255 or 38.66% from 494); Max value from RGB is 191 - color contains mainly: blue. Hex color #959ABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959ABF is #6A6540. Grayscale: #9C9C9C. Windows color (decimal): -6972737 or 12556949. OLE color: 12556949.

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

Color convert

RGB149154191-
CMYK0.220.1900.25
HSL232.86º24.71%66.67%-
HSV(B)232.86º21.99%74.9%-
XYZ33.3533.2653.95-
YUV156.72147.34122.49-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.16%
GREEN value IS 154 (60.55% from 255) = 31.17%
BLUE value IS 191 (75% from 255) = 38.66%
R=30.16%
G=31.17%
B=38.66%

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
Decimal1491541910.220.1900.25232.8624.7166.67
Hex959ABF1613019e91943
Octal225232277262303135131103
Binary100101011001101010111111101101001101100111101001110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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