#958FEF

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

Shades of Portage #958FEF

Tints of Portage #958FEF

Color information

#958FEF (or 0x958FEF) is unknown color: approx Portage. HEX triplet: 95, 8F and EF. RGB value is (149,143,239). Sum of RGB (Red+Green+Blue) = 149+143+239=531 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.06% from 531); Green value is 143 (56.25% from 255 or 26.93% from 531); Blue value is 239 (93.75% from 255 or 45.01% from 531); Max value from RGB is 239 - color contains mainly: blue. Hex color #958FEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #958FEF is #6A7010. Grayscale: #9B9B9B. Windows color (decimal): -6975505 or 15699861. OLE color: 15699861.

HSL color Cylindrical-coordinate representation of color #958FEF: hue angle of 243.75º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #958FEF is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB149143239-
CMYK0.380.4000.06
HSL243.75º75%74.9%-
HSV(B)243.75º40.17%93.73%-
XYZ37.832.2785.9-
YUV155.74174.99123.19-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.06%
GREEN value IS 143 (56.25% from 255) = 26.93%
BLUE value IS 239 (93.75% from 255) = 45.01%
R=28.06%
G=26.93%
B=45.01%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1491432390.380.4000.06243.757574.9
Hex958FEF262806f44b4b
Octal225217357465006364113113
Binary10010101100011111110111110011010100001101111010010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,143,239); }

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

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

 a { background-color: rgb(149,143,239); }

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

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

 span { border-color: rgb(149,143,239); }

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