#959EFC

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

Shades of Portage #959EFC

Tints of Portage #959EFC

Color information

#959EFC (or 0x959EFC) is unknown color: approx Portage. HEX triplet: 95, 9E and FC. RGB value is (149,158,252). Sum of RGB (Red+Green+Blue) = 149+158+252=559 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.65% from 559); Green value is 158 (62.11% from 255 or 28.26% from 559); Blue value is 252 (98.83% from 255 or 45.08% from 559); Max value from RGB is 252 - color contains mainly: blue. Hex color #959EFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #959EFC is #6A6103. Grayscale: #A5A5A5. Windows color (decimal): -6971652 or 16555669. OLE color: 16555669.

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

Color convert

RGB149158252-
CMYK0.410.3700.01
HSL234.76º94.5%78.63%-
HSV(B)234.76º40.87%98.82%-
XYZ42.1937.8797.18-
YUV166.02176.52115.86-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.65%
GREEN value IS 158 (62.11% from 255) = 28.26%
BLUE value IS 252 (98.83% from 255) = 45.08%
R=26.65%
G=28.26%
B=45.08%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1491582520.410.3700.01234.7694.578.63
Hex959EFC292501eb5e4f
Octal225236374514501353136117
Binary100101011001111011111100101001100101011110101110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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