#958DDF

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

Shades of Blue Bell #958DDF

Tints of Blue Bell #958DDF

Color information

#958DDF (or 0x958DDF) is unknown color: approx Blue Bell. HEX triplet: 95, 8D and DF. RGB value is (149,141,223). Sum of RGB (Red+Green+Blue) = 149+141+223=513 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.04% from 513); Green value is 141 (55.47% from 255 or 27.49% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 223 - color contains mainly: blue. Hex color #958DDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958DDF is #6A7220. Grayscale: #989898. Windows color (decimal): -6976033 or 14650773. OLE color: 14650773.

HSL color Cylindrical-coordinate representation of color #958DDF: hue angle of 245.85º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #958DDF is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB149141223-
CMYK0.330.3700.13
HSL245.85º56.16%71.37%-
HSV(B)245.85º36.77%87.45%-
XYZ35.2430.7773.89-
YUV152.74167.65125.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.04%
GREEN value IS 141 (55.47% from 255) = 27.49%
BLUE value IS 223 (87.5% from 255) = 43.47%
R=29.04%
G=27.49%
B=43.47%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1491412230.330.3700.13245.8556.1671.37
Hex958DDF21250Df63847
Octal225215337414501536670107
Binary10010101100011011101111110000110010101101111101101110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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