#958EEF

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

Shades of Portage #958EEF

Tints of Portage #958EEF

Color information

#958EEF (or 0x958EEF) is unknown color: approx Portage. HEX triplet: 95, 8E and EF. RGB value is (149,142,239). Sum of RGB (Red+Green+Blue) = 149+142+239=530 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.11% from 530); Green value is 142 (55.86% from 255 or 26.79% from 530); Blue value is 239 (93.75% from 255 or 45.09% from 530); Max value from RGB is 239 - color contains mainly: blue. Hex color #958EEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #958EEF is #6A7110. Grayscale: #9A9A9A. Windows color (decimal): -6975761 or 15699605. OLE color: 15699605.

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

Color convert

RGB149142239-
CMYK0.380.4100.06
HSL244.33º75.19%74.71%-
HSV(B)244.33º40.59%93.73%-
XYZ37.6531.9785.85-
YUV155.15175.32123.61-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.11%
GREEN value IS 142 (55.86% from 255) = 26.79%
BLUE value IS 239 (93.75% from 255) = 45.09%
R=28.11%
G=26.79%
B=45.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1491422390.380.4100.06244.3375.1974.71
Hex958EEF262906f44b4b
Octal225216357465106364113113
Binary10010101100011101110111110011010100101101111010010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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