#8595FE

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

Shades of Portage #8595FE

Tints of Portage #8595FE

Color information

#8595FE (or 0x8595FE) is unknown color: approx Portage. HEX triplet: 85, 95 and FE. RGB value is (133,149,254). Sum of RGB (Red+Green+Blue) = 133+149+254=536 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.81% from 536); Green value is 149 (58.59% from 255 or 27.80% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #8595FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8595FE is #7A6A01. Grayscale: #9B9B9B. Windows color (decimal): -8022530 or 16684421. OLE color: 16684421.

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

Color convert

RGB133149254-
CMYK0.480.4100.00
HSL232.07º98.37%75.88%-
HSV(B)232.07º47.64%99.61%-
XYZ38.3133.6498.24-
YUV156.19183.2111.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.81%
GREEN value IS 149 (58.59% from 255) = 27.80%
BLUE value IS 254 (99.61% from 255) = 47.39%
R=24.81%
G=27.80%
B=47.39%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1331492540.480.4100.00232.0798.3775.88
Hex8595FE302900e8624c
Octal205225376605100350142114
Binary100001011001010111111110110000101001001110100011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8595FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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