#95A0CA

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

Shades of Portage #95A0CA

Tints of Portage #95A0CA

Color information

#95A0CA (or 0x95A0CA) is unknown color: approx Portage. HEX triplet: 95, A0 and CA. RGB value is (149,160,202). Sum of RGB (Red+Green+Blue) = 149+160+202=511 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.16% from 511); Green value is 160 (62.89% from 255 or 31.31% from 511); Blue value is 202 (79.30% from 255 or 39.53% from 511); Max value from RGB is 202 - color contains mainly: blue. Hex color #95A0CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A0CA is #6A5F35. Grayscale: #A1A1A1. Windows color (decimal): -6971190 or 13279381. OLE color: 13279381.

HSL color Cylindrical-coordinate representation of color #95A0CA: hue angle of 227.55º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #95A0CA is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB149160202-
CMYK0.260.2100.21
HSL227.55º33.33%68.82%-
HSV(B)227.55º26.24%79.22%-
XYZ35.6335.860.91-
YUV161.5150.86119.08-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.16%
GREEN value IS 160 (62.89% from 255) = 31.31%
BLUE value IS 202 (79.30% from 255) = 39.53%
R=29.16%
G=31.31%
B=39.53%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1491602020.260.2100.21227.5533.3368.82
Hex95A0CA1A15015e42145
Octal225240312322502534441105
Binary1001010110100000110010101101010101010101111001001000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,160,202); }

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

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

 a { background-color: rgb(149,160,202); }

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

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

 span { border-color: rgb(149,160,202); }

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