#958DDB

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

Shades of Blue Bell #958DDB

Tints of Blue Bell #958DDB

Color information

#958DDB (or 0x958DDB) is unknown color: approx Blue Bell. HEX triplet: 95, 8D and DB. RGB value is (149,141,219). Sum of RGB (Red+Green+Blue) = 149+141+219=509 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.27% from 509); Green value is 141 (55.47% from 255 or 27.70% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #958DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958DDB is #6A7224. Grayscale: #979797. Windows color (decimal): -6976037 or 14388629. OLE color: 14388629.

HSL color Cylindrical-coordinate representation of color #958DDB: hue angle of 246.15º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #958DDB is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB149141219-
CMYK0.320.3600.14
HSL246.15º52%70.59%-
HSV(B)246.15º35.62%85.88%-
XYZ34.7130.5571.09-
YUV152.28165.65125.66-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.27%
GREEN value IS 141 (55.47% from 255) = 27.70%
BLUE value IS 219 (85.94% from 255) = 43.03%
R=29.27%
G=27.70%
B=43.03%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1491412190.320.3600.14246.155270.59
Hex958DDB20240Ef63447
Octal225215333404401636664107
Binary10010101100011011101101110000010010001110111101101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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