#95A0FE

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

Shades of Portage #95A0FE

Tints of Portage #95A0FE

Color information

#95A0FE (or 0x95A0FE) is unknown color: approx Portage. HEX triplet: 95, A0 and FE. RGB value is (149,160,254). Sum of RGB (Red+Green+Blue) = 149+160+254=563 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.47% from 563); Green value is 160 (62.89% from 255 or 28.42% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #95A0FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #95A0FE is #6A5F01. Grayscale: #A7A7A7. Windows color (decimal): -6971138 or 16687253. OLE color: 16687253.

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

Color convert

RGB149160254-
CMYK0.410.3700.00
HSL233.71º98.13%79.02%-
HSV(B)233.71º41.34%99.61%-
XYZ42.8538.6998.97-
YUV167.43176.86114.86-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.47%
GREEN value IS 160 (62.89% from 255) = 28.42%
BLUE value IS 254 (99.61% from 255) = 45.12%
R=26.47%
G=28.42%
B=45.12%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1491602540.410.3700.00233.7198.1379.02
Hex95A0FE292500ea624f
Octal225240376514500352142117
Binary100101011010000011111110101001100101001110101011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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