#958DCC

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

Shades of Blue Bell #958DCC

Tints of Blue Bell #958DCC

Color information

#958DCC (or 0x958DCC) is unknown color: approx Blue Bell. HEX triplet: 95, 8D and CC. RGB value is (149,141,204). Sum of RGB (Red+Green+Blue) = 149+141+204=494 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.16% from 494); Green value is 141 (55.47% from 255 or 28.54% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 204 - color contains mainly: blue. Hex color #958DCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958DCC is #6A7233. Grayscale: #969696. Windows color (decimal): -6976052 or 13405589. OLE color: 13405589.

HSL color Cylindrical-coordinate representation of color #958DCC: hue angle of 247.62º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #958DCC is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB149141204-
CMYK0.270.3100.2
HSL247.62º38.18%67.65%-
HSV(B)247.62º30.88%80%-
XYZ32.8229.861.15-
YUV150.57158.15126.88-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.16%
GREEN value IS 141 (55.47% from 255) = 28.54%
BLUE value IS 204 (80.08% from 255) = 41.30%
R=30.16%
G=28.54%
B=41.30%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1491412040.270.3100.2247.6238.1867.65
Hex958DCC1B1F014f82644
Octal225215314333702437046104
Binary1001010110001101110011001101111111010100111110001001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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