#959EF9

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

Shades of Portage #959EF9

Tints of Portage #959EF9

Color information

#959EF9 (or 0x959EF9) is unknown color: approx Portage. HEX triplet: 95, 9E and F9. RGB value is (149,158,249). Sum of RGB (Red+Green+Blue) = 149+158+249=556 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.80% from 556); Green value is 158 (62.11% from 255 or 28.42% from 556); Blue value is 249 (97.66% from 255 or 44.78% from 556); Max value from RGB is 249 - color contains mainly: blue. Hex color #959EF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #959EF9 is #6A6106. Grayscale: #A5A5A5. Windows color (decimal): -6971655 or 16359061. OLE color: 16359061.

HSL color Cylindrical-coordinate representation of color #959EF9: hue angle of 234.6º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #959EF9 is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB149158249-
CMYK0.400.3700.02
HSL234.6º89.29%78.04%-
HSV(B)234.6º40.16%97.65%-
XYZ41.7237.6894.7-
YUV165.68175.02116.1-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.80%
GREEN value IS 158 (62.11% from 255) = 28.42%
BLUE value IS 249 (97.66% from 255) = 44.78%
R=26.80%
G=28.42%
B=44.78%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1491582490.400.3700.02234.689.2978.04
Hex959EF9282502eb594e
Octal225236371504502353131116
Binary1001010110011110111110011010001001010101110101110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959EF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,158,249); }

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

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

 a { background-color: rgb(149,158,249); }

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

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

 span { border-color: rgb(149,158,249); }

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