#958DE4

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

Shades of Blue Bell #958DE4

Tints of Blue Bell #958DE4

Color information

#958DE4 (or 0x958DE4) is unknown color: approx Blue Bell. HEX triplet: 95, 8D and E4. RGB value is (149,141,228). Sum of RGB (Red+Green+Blue) = 149+141+228=518 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.76% from 518); Green value is 141 (55.47% from 255 or 27.22% from 518); Blue value is 228 (89.45% from 255 or 44.02% from 518); Max value from RGB is 228 - color contains mainly: blue. Hex color #958DE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958DE4 is #6A721B. Grayscale: #989898. Windows color (decimal): -6976028 or 14978453. OLE color: 14978453.

HSL color Cylindrical-coordinate representation of color #958DE4: hue angle of 245.52º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #958DE4 is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB149141228-
CMYK0.350.3800.11
HSL245.52º61.7%72.35%-
HSV(B)245.52º38.16%89.41%-
XYZ35.9231.0477.5-
YUV153.31170.15124.93-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.76%
GREEN value IS 141 (55.47% from 255) = 27.22%
BLUE value IS 228 (89.45% from 255) = 44.02%
R=28.76%
G=27.22%
B=44.02%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1491412280.350.3800.11245.5261.772.35
Hex958DE423260Bf63e48
Octal225215344434601336676110
Binary10010101100011011110010010001110011001011111101101111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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