#959BE5

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

Shades of Portage #959BE5

Tints of Portage #959BE5

Color information

#959BE5 (or 0x959BE5) is unknown color: approx Portage. HEX triplet: 95, 9B and E5. RGB value is (149,155,229). Sum of RGB (Red+Green+Blue) = 149+155+229=533 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.95% from 533); Green value is 155 (60.94% from 255 or 29.08% from 533); Blue value is 229 (89.84% from 255 or 42.96% from 533); Max value from RGB is 229 - color contains mainly: blue. Hex color #959BE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959BE5 is #6A641A. Grayscale: #A1A1A1. Windows color (decimal): -6972443 or 15047573. OLE color: 15047573.

HSL color Cylindrical-coordinate representation of color #959BE5: hue angle of 235.5º 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 #959BE5 is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB149155229-
CMYK0.350.3200.10
HSL235.5º60.61%74.12%-
HSV(B)235.5º34.93%89.8%-
XYZ38.2635.4978.96-
YUV161.64166.01118.98-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.95%
GREEN value IS 155 (60.94% from 255) = 29.08%
BLUE value IS 229 (89.84% from 255) = 42.96%
R=27.95%
G=29.08%
B=42.96%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1491552290.350.3200.10235.560.6174.12
Hex959BE523200Aec3d4a
Octal225233345434001235475112
Binary10010101100110111110010110001110000001010111011001111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959BE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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