#958ECA

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

Shades of Blue Bell #958ECA

Tints of Blue Bell #958ECA

Color information

#958ECA (or 0x958ECA) is unknown color: approx Blue Bell. HEX triplet: 95, 8E and CA. RGB value is (149,142,202). Sum of RGB (Red+Green+Blue) = 149+142+202=493 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.22% from 493); Green value is 142 (55.86% from 255 or 28.80% from 493); Blue value is 202 (79.30% from 255 or 40.97% from 493); Max value from RGB is 202 - color contains mainly: blue. Hex color #958ECA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958ECA is #6A7135. Grayscale: #969696. Windows color (decimal): -6975798 or 13274773. OLE color: 13274773.

HSL color Cylindrical-coordinate representation of color #958ECA: hue angle of 247º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #958ECA is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB149142202-
CMYK0.260.3000.21
HSL247º36.14%67.45%-
HSV(B)247º29.7%79.22%-
XYZ32.733059.94-
YUV150.93156.82126.62-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.22%
GREEN value IS 142 (55.86% from 255) = 28.80%
BLUE value IS 202 (79.30% from 255) = 40.97%
R=30.22%
G=28.80%
B=40.97%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1491422020.260.3000.2124736.1467.45
Hex958ECA1A1E015f72443
Octal225216312323602536744103
Binary1001010110001110110010101101011110010101111101111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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