#95A0D9

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

Shades of Portage #95A0D9

Tints of Portage #95A0D9

Color information

#95A0D9 (or 0x95A0D9) is unknown color: approx Portage. HEX triplet: 95, A0 and D9. RGB value is (149,160,217). Sum of RGB (Red+Green+Blue) = 149+160+217=526 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.33% from 526); Green value is 160 (62.89% from 255 or 30.42% from 526); Blue value is 217 (85.16% from 255 or 41.25% from 526); Max value from RGB is 217 - color contains mainly: blue. Hex color #95A0D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A0D9 is #6A5F26. Grayscale: #A2A2A2. Windows color (decimal): -6971175 or 14262421. OLE color: 14262421.

HSL color Cylindrical-coordinate representation of color #95A0D9: hue angle of 230.29º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #95A0D9 is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB149160217-
CMYK0.310.2600.15
HSL230.29º47.22%71.76%-
HSV(B)230.29º31.34%85.1%-
XYZ37.4936.5470.72-
YUV163.21158.36117.87-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.33%
GREEN value IS 160 (62.89% from 255) = 30.42%
BLUE value IS 217 (85.16% from 255) = 41.25%
R=28.33%
G=30.42%
B=41.25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1491602170.310.2600.15230.2947.2271.76
Hex95A0D91F1A0Fe62f48
Octal225240331373201734657110
Binary100101011010000011011001111111101001111111001101011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A0D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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