#959CC4

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

Shades of Blue Bell #959CC4

Tints of Blue Bell #959CC4

Color information

#959CC4 (or 0x959CC4) is unknown color: approx Blue Bell. HEX triplet: 95, 9C and C4. RGB value is (149,156,196). Sum of RGB (Red+Green+Blue) = 149+156+196=501 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.74% from 501); Green value is 156 (61.33% from 255 or 31.14% from 501); Blue value is 196 (76.95% from 255 or 39.12% from 501); Max value from RGB is 196 - color contains mainly: blue. Hex color #959CC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959CC4 is #6A633B. Grayscale: #9E9E9E. Windows color (decimal): -6972220 or 12885141. OLE color: 12885141.

HSL color Cylindrical-coordinate representation of color #959CC4: hue angle of 231.06º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #959CC4 is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB149156196-
CMYK0.240.2000.23
HSL231.06º28.48%67.65%-
HSV(B)231.06º23.98%76.86%-
XYZ34.2534.1557.01-
YUV158.47149.18121.25-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.74%
GREEN value IS 156 (61.33% from 255) = 31.14%
BLUE value IS 196 (76.95% from 255) = 39.12%
R=29.74%
G=31.14%
B=39.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1491561960.240.2000.23231.0628.4867.65
Hex959CC41814017e71c44
Octal225234304302402734734104
Binary100101011001110011000100110001010001011111100111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,156,196); }

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

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

 a { background-color: rgb(149,156,196); }

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

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

 span { border-color: rgb(149,156,196); }

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