#958EDC

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

Shades of Blue Bell #958EDC

Tints of Blue Bell #958EDC

Color information

#958EDC (or 0x958EDC) is unknown color: approx Blue Bell. HEX triplet: 95, 8E and DC. RGB value is (149,142,220). Sum of RGB (Red+Green+Blue) = 149+142+220=511 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.16% from 511); Green value is 142 (55.86% from 255 or 27.79% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #958EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958EDC is #6A7123. Grayscale: #989898. Windows color (decimal): -6975780 or 14454421. OLE color: 14454421.

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

Color convert

RGB149142220-
CMYK0.320.3500.14
HSL245.38º52.7%70.98%-
HSV(B)245.38º35.45%86.27%-
XYZ34.9930.971.83-
YUV152.99165.82125.16-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.16%
GREEN value IS 142 (55.86% from 255) = 27.79%
BLUE value IS 220 (86.33% from 255) = 43.05%
R=29.16%
G=27.79%
B=43.05%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1491422200.320.3500.14245.3852.770.98
Hex958EDC20230Ef53547
Octal225216334404301636565107
Binary10010101100011101101110010000010001101110111101011101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,142,220); }

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

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

 a { background-color: rgb(149,142,220); }

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

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

 span { border-color: rgb(149,142,220); }

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