#958DF1

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

Shades of Portage #958DF1

Tints of Portage #958DF1

Color information

#958DF1 (or 0x958DF1) is unknown color: approx Portage. HEX triplet: 95, 8D and F1. RGB value is (149,141,241). Sum of RGB (Red+Green+Blue) = 149+141+241=531 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.06% from 531); Green value is 141 (55.47% from 255 or 26.55% from 531); Blue value is 241 (94.53% from 255 or 45.39% from 531); Max value from RGB is 241 - color contains mainly: blue. Hex color #958DF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #958DF1 is #6A720E. Grayscale: #9A9A9A. Windows color (decimal): -6976015 or 15830421. OLE color: 15830421.

HSL color Cylindrical-coordinate representation of color #958DF1: hue angle of 244.8º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #958DF1 is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB149141241-
CMYK0.380.4100.05
HSL244.8º78.12%74.9%-
HSV(B)244.8º41.49%94.51%-
XYZ37.831.7987.36-
YUV154.79176.65123.87-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.06%
GREEN value IS 141 (55.47% from 255) = 26.55%
BLUE value IS 241 (94.53% from 255) = 45.39%
R=28.06%
G=26.55%
B=45.39%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1491412410.380.4100.05244.878.1274.9
Hex958DF1262905f54e4b
Octal225215361465105365116113
Binary10010101100011011111000110011010100101011111010110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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