#95A0FF

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

Shades of Portage #95A0FF

Tints of Portage #95A0FF

Color information

#95A0FF (or 0x95A0FF) is unknown color: approx Portage. HEX triplet: 95, A0 and FF. RGB value is (149,160,255). Sum of RGB (Red+Green+Blue) = 149+160+255=564 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.42% from 564); Green value is 160 (62.89% from 255 or 28.37% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #95A0FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #95A0FF is #6A5F00. Grayscale: #A7A7A7. Windows color (decimal): -6971137 or 16752789. OLE color: 16752789.

HSL color Cylindrical-coordinate representation of color #95A0FF: hue angle of 233.77º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #95A0FF is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB149160255-
CMYK0.420.3700
HSL233.77º100%79.22%-
HSV(B)233.77º41.57%100%-
XYZ43.0238.7599.82-
YUV167.54177.36114.78-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.42%
GREEN value IS 160 (62.89% from 255) = 28.37%
BLUE value IS 255 (100% from 255) = 45.21%
R=26.42%
G=28.37%
B=45.21%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1491602550.420.3700233.7710079.22
Hex95A0FF2A2500ea644f
Octal225240377524500352144117
Binary100101011010000011111111101010100101001110101011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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