#9595FE

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

Shades of Portage #9595FE

Tints of Portage #9595FE

Color information

#9595FE (or 0x9595FE) is unknown color: approx Portage. HEX triplet: 95, 95 and FE. RGB value is (149,149,254). Sum of RGB (Red+Green+Blue) = 149+149+254=552 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.99% from 552); Green value is 149 (58.59% from 255 or 26.99% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #9595FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9595FE is #6A6A01. Grayscale: #A0A0A0. Windows color (decimal): -6973954 or 16684437. OLE color: 16684437.

HSL color Cylindrical-coordinate representation of color #9595FE: hue angle of 240º 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 #9595FE is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB149149254-
CMYK0.410.4100.00
HSL240º98.13%79.02%-
HSV(B)240º41.34%99.61%-
XYZ41.0335.0498.37-
YUV160.97180.5119.46-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.99%
GREEN value IS 149 (58.59% from 255) = 26.99%
BLUE value IS 254 (99.61% from 255) = 46.01%
R=26.99%
G=26.99%
B=46.01%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1491492540.410.4100.0024098.1379.02
Hex9595FE292900f0624f
Octal225225376515100360142117
Binary100101011001010111111110101001101001001111000011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9595FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9595FE; }

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

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

<style>
 a { background-color: #9595FE; }

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

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

<style>
 span { border-color: #9595FE; }

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

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