#959BC7

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

Shades of Blue Bell #959BC7

Tints of Blue Bell #959BC7

Color information

#959BC7 (or 0x959BC7) is unknown color: approx Blue Bell. HEX triplet: 95, 9B and C7. RGB value is (149,155,199). Sum of RGB (Red+Green+Blue) = 149+155+199=503 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.62% from 503); Green value is 155 (60.94% from 255 or 30.82% from 503); Blue value is 199 (78.12% from 255 or 39.56% from 503); Max value from RGB is 199 - color contains mainly: blue. Hex color #959BC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959BC7 is #6A6438. Grayscale: #9E9E9E. Windows color (decimal): -6972473 or 13081493. OLE color: 13081493.

HSL color Cylindrical-coordinate representation of color #959BC7: hue angle of 232.8º degrees, saturation: 0.31, 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 #959BC7 is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB149155199-
CMYK0.250.2200.22
HSL232.8º30.86%68.24%-
HSV(B)232.8º25.13%78.04%-
XYZ34.4233.9658.77-
YUV158.22151.01121.42-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.62%
GREEN value IS 155 (60.94% from 255) = 30.82%
BLUE value IS 199 (78.12% from 255) = 39.56%
R=29.62%
G=30.82%
B=39.56%

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
Decimal1491551990.250.2200.22232.830.8668.24
Hex959BC71916016e91f44
Octal225233307312602635137104
Binary100101011001101111000111110011011001011011101001111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959BC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,155,199); }

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

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

 a { background-color: rgb(149,155,199); }

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

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

 span { border-color: rgb(149,155,199); }

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