#958FC2

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

Shades of Blue Bell #958FC2

Tints of Blue Bell #958FC2

Color information

#958FC2 (or 0x958FC2) is unknown color: approx Blue Bell. HEX triplet: 95, 8F and C2. RGB value is (149,143,194). Sum of RGB (Red+Green+Blue) = 149+143+194=486 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.66% from 486); Green value is 143 (56.25% from 255 or 29.42% from 486); Blue value is 194 (76.17% from 255 or 39.92% from 486); Max value from RGB is 194 - color contains mainly: blue. Hex color #958FC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958FC2 is #6A703D. Grayscale: #969696. Windows color (decimal): -6975550 or 12750741. OLE color: 12750741.

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

Color convert

RGB149143194-
CMYK0.230.2600.24
HSL247.06º29.48%66.08%-
HSV(B)247.06º26.29%76.08%-
XYZ31.9529.9355.13-
YUV150.61152.49126.85-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.66%
GREEN value IS 143 (56.25% from 255) = 29.42%
BLUE value IS 194 (76.17% from 255) = 39.92%
R=30.66%
G=29.42%
B=39.92%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1491431940.230.2600.24247.0629.4866.08
Hex958FC2171A018f71d42
Octal225217302273203036735102
Binary100101011000111111000010101111101001100011110111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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