#958DDC

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

Shades of Blue Bell #958DDC

Tints of Blue Bell #958DDC

Color information

#958DDC (or 0x958DDC) is unknown color: approx Blue Bell. HEX triplet: 95, 8D and DC. RGB value is (149,141,220). Sum of RGB (Red+Green+Blue) = 149+141+220=510 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.22% from 510); Green value is 141 (55.47% from 255 or 27.65% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 220 - color contains mainly: blue. Hex color #958DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958DDC is #6A7223. Grayscale: #989898. Windows color (decimal): -6976036 or 14454165. OLE color: 14454165.

HSL color Cylindrical-coordinate representation of color #958DDC: hue angle of 246.08º degrees, saturation: 0.53, 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 #958DDC is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB149141220-
CMYK0.320.3600.14
HSL246.08º53.02%70.78%-
HSV(B)246.08º35.91%86.27%-
XYZ34.8430.6171.78-
YUV152.4166.15125.58-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.22%
GREEN value IS 141 (55.47% from 255) = 27.65%
BLUE value IS 220 (86.33% from 255) = 43.14%
R=29.22%
G=27.65%
B=43.14%

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
Decimal1491412200.320.3600.14246.0853.0270.78
Hex958DDC20240Ef63547
Octal225215334404401636665107
Binary10010101100011011101110010000010010001110111101101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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