#95A1CA

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

Shades of Portage #95A1CA

Tints of Portage #95A1CA

Color information

#95A1CA (or 0x95A1CA) is unknown color: approx Portage. HEX triplet: 95, A1 and CA. RGB value is (149,161,202). Sum of RGB (Red+Green+Blue) = 149+161+202=512 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.10% from 512); Green value is 161 (63.28% from 255 or 31.45% from 512); Blue value is 202 (79.30% from 255 or 39.45% from 512); Max value from RGB is 202 - color contains mainly: blue. Hex color #95A1CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A1CA is #6A5E35. Grayscale: #A1A1A1. Windows color (decimal): -6970934 or 13279637. OLE color: 13279637.

HSL color Cylindrical-coordinate representation of color #95A1CA: hue angle of 226.42º 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 #95A1CA is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB149161202-
CMYK0.260.2000.21
HSL226.42º33.33%68.82%-
HSV(B)226.42º26.24%79.22%-
XYZ35.836.1460.97-
YUV162.09150.52118.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.10%
GREEN value IS 161 (63.28% from 255) = 31.45%
BLUE value IS 202 (79.30% from 255) = 39.45%
R=29.10%
G=31.45%
B=39.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1491612020.260.2000.21226.4233.3368.82
Hex95A1CA1A14015e22145
Octal225241312322402534241105
Binary1001010110100001110010101101010100010101111000101000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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