#959FEB

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

Shades of Portage #959FEB

Tints of Portage #959FEB

Color information

#959FEB (or 0x959FEB) is unknown color: approx Portage. HEX triplet: 95, 9F and EB. RGB value is (149,159,235). Sum of RGB (Red+Green+Blue) = 149+159+235=543 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.44% from 543); Green value is 159 (62.5% from 255 or 29.28% from 543); Blue value is 235 (92.19% from 255 or 43.28% from 543); Max value from RGB is 235 - color contains mainly: blue. Hex color #959FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #959FEB is #6A6014. Grayscale: #A4A4A4. Windows color (decimal): -6971413 or 15441813. OLE color: 15441813.

HSL color Cylindrical-coordinate representation of color #959FEB: hue angle of 233.02º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #959FEB is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB149159235-
CMYK0.370.3200.08
HSL233.02º68.25%75.29%-
HSV(B)233.02º36.6%92.16%-
XYZ39.7937.1883.68-
YUV164.67167.69116.82-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.44%
GREEN value IS 159 (62.5% from 255) = 29.28%
BLUE value IS 235 (92.19% from 255) = 43.28%
R=27.44%
G=29.28%
B=43.28%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1491592350.370.3200.08233.0268.2575.29
Hex959FEB252008e9444b
Octal2252373534540010351104113
Binary100101011001111111101011100101100000010001110100110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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