#958EC2

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

Shades of Blue Bell #958EC2

Tints of Blue Bell #958EC2

Color information

#958EC2 (or 0x958EC2) is unknown color: approx Blue Bell. HEX triplet: 95, 8E and C2. RGB value is (149,142,194). Sum of RGB (Red+Green+Blue) = 149+142+194=485 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.72% from 485); Green value is 142 (55.86% from 255 or 29.28% from 485); Blue value is 194 (76.17% from 255 or 40% from 485); Max value from RGB is 194 - color contains mainly: blue. Hex color #958EC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958EC2 is #6A713D. Grayscale: #959595. Windows color (decimal): -6975806 or 12750485. OLE color: 12750485.

HSL color Cylindrical-coordinate representation of color #958EC2: hue angle of 248.08º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #958EC2 is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB149142194-
CMYK0.230.2700.24
HSL248.08º29.89%65.88%-
HSV(B)248.08º26.8%76.08%-
XYZ31.8129.6355.08-
YUV150.02152.82127.27-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.72%
GREEN value IS 142 (55.86% from 255) = 29.28%
BLUE value IS 194 (76.17% from 255) = 40%
R=30.72%
G=29.28%
B=40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1491421940.230.2700.24248.0829.8965.88
Hex958EC2171B018f81e42
Octal225216302273303037036102
Binary100101011000111011000010101111101101100011111000111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958EC2; }

 p { color: rgb(149,142,194); }

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

<style>
 a { background-color: #958EC2; }

 a { background-color: rgb(149,142,194); }

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

<style>
 span { border-color: #958EC2; }

 span { border-color: rgb(149,142,194); }

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