#958FC1

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

Shades of Blue Bell #958FC1

Tints of Blue Bell #958FC1

Color information

#958FC1 (or 0x958FC1) is unknown color: approx Blue Bell. HEX triplet: 95, 8F and C1. RGB value is (149,143,193). Sum of RGB (Red+Green+Blue) = 149+143+193=485 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.72% from 485); Green value is 143 (56.25% from 255 or 29.48% from 485); Blue value is 193 (75.78% from 255 or 39.79% from 485); Max value from RGB is 193 - color contains mainly: blue. Hex color #958FC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958FC1 is #6A703E. Grayscale: #969696. Windows color (decimal): -6975551 or 12685205. OLE color: 12685205.

HSL color Cylindrical-coordinate representation of color #958FC1: hue angle of 247.2º 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 #958FC1 is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB149143193-
CMYK0.230.2600.24
HSL247.2º28.74%65.88%-
HSV(B)247.2º25.91%75.69%-
XYZ31.8429.8854.54-
YUV150.49151.99126.93-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.72%
GREEN value IS 143 (56.25% from 255) = 29.48%
BLUE value IS 193 (75.78% from 255) = 39.79%
R=30.72%
G=29.48%
B=39.79%

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
Decimal1491431930.230.2600.24247.228.7465.88
Hex958FC1171A018f71d42
Octal225217301273203036735102
Binary100101011000111111000001101111101001100011110111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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