#95A8EC

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

Shades of Portage #95A8EC

Tints of Portage #95A8EC

Color information

#95A8EC (or 0x95A8EC) is unknown color: approx Portage. HEX triplet: 95, A8 and EC. RGB value is (149,168,236). Sum of RGB (Red+Green+Blue) = 149+168+236=553 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.94% from 553); Green value is 168 (66.02% from 255 or 30.38% from 553); Blue value is 236 (92.58% from 255 or 42.68% from 553); Max value from RGB is 236 - color contains mainly: blue. Hex color #95A8EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #95A8EC is #6A5713. Grayscale: #A9A9A9. Windows color (decimal): -6969108 or 15509653. OLE color: 15509653.

HSL color Cylindrical-coordinate representation of color #95A8EC: hue angle of 226.9º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95A8EC is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB149168236-
CMYK0.370.2900.07
HSL226.9º69.6%75.49%-
HSV(B)226.9º36.86%92.55%-
XYZ41.5440.4584.98-
YUV170.07165.21112.97-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.94%
GREEN value IS 168 (66.02% from 255) = 30.38%
BLUE value IS 236 (92.58% from 255) = 42.68%
R=26.94%
G=30.38%
B=42.68%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1491682360.370.2900.07226.969.675.49
Hex95A8EC251D07e3464b
Octal225250354453507343106113
Binary1001010110101000111011001001011110101111110001110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95A8EC; }

 p { color: rgb(149,168,236); }

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

<style>
 a { background-color: #95A8EC; }

 a { background-color: rgb(149,168,236); }

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

<style>
 span { border-color: #95A8EC; }

 span { border-color: rgb(149,168,236); }

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