#959AE5

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

Shades of Portage #959AE5

Tints of Portage #959AE5

Color information

#959AE5 (or 0x959AE5) is unknown color: approx Portage. HEX triplet: 95, 9A and E5. RGB value is (149,154,229). Sum of RGB (Red+Green+Blue) = 149+154+229=532 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.01% from 532); Green value is 154 (60.55% from 255 or 28.95% from 532); Blue value is 229 (89.84% from 255 or 43.05% from 532); Max value from RGB is 229 - color contains mainly: blue. Hex color #959AE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959AE5 is #6A651A. Grayscale: #A0A0A0. Windows color (decimal): -6972699 or 15047317. OLE color: 15047317.

HSL color Cylindrical-coordinate representation of color #959AE5: hue angle of 236.25º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #959AE5 is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB149154229-
CMYK0.350.3300.10
HSL236.25º60.61%74.12%-
HSV(B)236.25º34.93%89.8%-
XYZ38.0935.1678.91-
YUV161.05166.34119.4-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.01%
GREEN value IS 154 (60.55% from 255) = 28.95%
BLUE value IS 229 (89.84% from 255) = 43.05%
R=28.01%
G=28.95%
B=43.05%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1491542290.350.3300.10236.2560.6174.12
Hex959AE523210Aec3d4a
Octal225232345434101235475112
Binary10010101100110101110010110001110000101010111011001111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,154,229); }

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

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

 a { background-color: rgb(149,154,229); }

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

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

 span { border-color: rgb(149,154,229); }

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