#959EFA

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

Shades of Portage #959EFA

Tints of Portage #959EFA

Color information

#959EFA (or 0x959EFA) is unknown color: approx Portage. HEX triplet: 95, 9E and FA. RGB value is (149,158,250). Sum of RGB (Red+Green+Blue) = 149+158+250=557 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.75% from 557); Green value is 158 (62.11% from 255 or 28.37% from 557); Blue value is 250 (98.05% from 255 or 44.88% from 557); Max value from RGB is 250 - color contains mainly: blue. Hex color #959EFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #959EFA is #6A6105. Grayscale: #A5A5A5. Windows color (decimal): -6971654 or 16424597. OLE color: 16424597.

HSL color Cylindrical-coordinate representation of color #959EFA: hue angle of 234.65º degrees, saturation: 0.91, 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 #959EFA is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB149158250-
CMYK0.400.3700.02
HSL234.65º90.99%78.24%-
HSV(B)234.65º40.4%98.04%-
XYZ41.8837.7595.52-
YUV165.8175.52116.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.75%
GREEN value IS 158 (62.11% from 255) = 28.37%
BLUE value IS 250 (98.05% from 255) = 44.88%
R=26.75%
G=28.37%
B=44.88%

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
Decimal1491582500.400.3700.02234.6590.9978.24
Hex959EFA282502eb5b4e
Octal225236372504502353133116
Binary1001010110011110111110101010001001010101110101110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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