#958DC3

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

Shades of Blue Bell #958DC3

Tints of Blue Bell #958DC3

Color information

#958DC3 (or 0x958DC3) is unknown color: approx Blue Bell. HEX triplet: 95, 8D and C3. RGB value is (149,141,195). Sum of RGB (Red+Green+Blue) = 149+141+195=485 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.72% from 485); Green value is 141 (55.47% from 255 or 29.07% from 485); Blue value is 195 (76.56% from 255 or 40.21% from 485); Max value from RGB is 195 - color contains mainly: blue. Hex color #958DC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958DC3 is #6A723C. Grayscale: #959595. Windows color (decimal): -6976061 or 12815765. OLE color: 12815765.

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

Color convert

RGB149141195-
CMYK0.240.2800.24
HSL248.89º31.03%65.88%-
HSV(B)248.89º27.69%76.47%-
XYZ31.7729.3855.63-
YUV149.55153.65127.61-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.72%
GREEN value IS 141 (55.47% from 255) = 29.07%
BLUE value IS 195 (76.56% from 255) = 40.21%
R=30.72%
G=29.07%
B=40.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1491411950.240.2800.24248.8931.0365.88
Hex958DC3181C018f91f42
Octal225215303303403037137102
Binary100101011000110111000011110001110001100011111001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,141,195); }

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

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

 a { background-color: rgb(149,141,195); }

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

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

 span { border-color: rgb(149,141,195); }

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