#959AC6

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

Shades of Blue Bell #959AC6

Tints of Blue Bell #959AC6

Color information

#959AC6 (or 0x959AC6) is unknown color: approx Blue Bell. HEX triplet: 95, 9A and C6. RGB value is (149,154,198). Sum of RGB (Red+Green+Blue) = 149+154+198=501 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.74% from 501); Green value is 154 (60.55% from 255 or 30.74% from 501); Blue value is 198 (77.73% from 255 or 39.52% from 501); Max value from RGB is 198 - color contains mainly: blue. Hex color #959AC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959AC6 is #6A6539. Grayscale: #9D9D9D. Windows color (decimal): -6972730 or 13015701. OLE color: 13015701.

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

Color convert

RGB149154198-
CMYK0.250.2200.22
HSL233.88º30.06%68.04%-
HSV(B)233.88º24.75%77.65%-
XYZ34.1433.5858.11-
YUV157.52150.84121.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.74%
GREEN value IS 154 (60.55% from 255) = 30.74%
BLUE value IS 198 (77.73% from 255) = 39.52%
R=29.74%
G=30.74%
B=39.52%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1491541980.250.2200.22233.8830.0668.04
Hex959AC61916016ea1e44
Octal225232306312602635236104
Binary100101011001101011000110110011011001011011101010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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