#959FFE

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

Shades of Portage #959FFE

Tints of Portage #959FFE

Color information

#959FFE (or 0x959FFE) is unknown color: approx Portage. HEX triplet: 95, 9F and FE. RGB value is (149,159,254). Sum of RGB (Red+Green+Blue) = 149+159+254=562 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.51% from 562); Green value is 159 (62.5% from 255 or 28.29% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #959FFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #959FFE is #6A6001. Grayscale: #A6A6A6. Windows color (decimal): -6971394 or 16686997. OLE color: 16686997.

HSL color Cylindrical-coordinate representation of color #959FFE: hue angle of 234.29º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #959FFE is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB149159254-
CMYK0.410.3700.00
HSL234.29º98.13%79.02%-
HSV(B)234.29º41.34%99.61%-
XYZ42.6838.3498.92-
YUV166.84177.19115.28-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.51%
GREEN value IS 159 (62.5% from 255) = 28.29%
BLUE value IS 254 (99.61% from 255) = 45.20%
R=26.51%
G=28.29%
B=45.20%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1491592540.410.3700.00234.2998.1379.02
Hex959FFE292500ea624f
Octal225237376514500352142117
Binary100101011001111111111110101001100101001110101011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959FFE; }

 p { color: rgb(149,159,254); }

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

<style>
 a { background-color: #959FFE; }

 a { background-color: rgb(149,159,254); }

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

<style>
 span { border-color: #959FFE; }

 span { border-color: rgb(149,159,254); }

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