#958FCA

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

Shades of Blue Bell #958FCA

Tints of Blue Bell #958FCA

Color information

#958FCA (or 0x958FCA) is unknown color: approx Blue Bell. HEX triplet: 95, 8F and CA. RGB value is (149,143,202). Sum of RGB (Red+Green+Blue) = 149+143+202=494 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.16% from 494); Green value is 143 (56.25% from 255 or 28.95% from 494); Blue value is 202 (79.30% from 255 or 40.89% from 494); Max value from RGB is 202 - color contains mainly: blue. Hex color #958FCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958FCA is #6A7035. Grayscale: #979797. Windows color (decimal): -6975542 or 13275029. OLE color: 13275029.

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

Color convert

RGB149143202-
CMYK0.260.2900.21
HSL246.1º35.76%67.65%-
HSV(B)246.1º29.21%79.22%-
XYZ32.8830.359.99-
YUV151.52156.49126.2-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.16%
GREEN value IS 143 (56.25% from 255) = 28.95%
BLUE value IS 202 (79.30% from 255) = 40.89%
R=30.16%
G=28.95%
B=40.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1491432020.260.2900.21246.135.7667.65
Hex958FCA1A1D015f62444
Octal225217312323502536644104
Binary1001010110001111110010101101011101010101111101101001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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