#8594FE

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

Shades of Portage #8594FE

Tints of Portage #8594FE

Color information

#8594FE (or 0x8594FE) is unknown color: approx Portage. HEX triplet: 85, 94 and FE. RGB value is (133,148,254). Sum of RGB (Red+Green+Blue) = 133+148+254=535 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.86% from 535); Green value is 148 (58.20% from 255 or 27.66% from 535); Blue value is 254 (99.61% from 255 or 47.48% from 535); Max value from RGB is 254 - color contains mainly: blue. Hex color #8594FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8594FE is #7A6B01. Grayscale: #9B9B9B. Windows color (decimal): -8022786 or 16684165. OLE color: 16684165.

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

Color convert

RGB133148254-
CMYK0.480.4200.00
HSL232.56º98.37%75.88%-
HSV(B)232.56º47.64%99.61%-
XYZ38.1533.3298.19-
YUV155.6183.53111.88-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.86%
GREEN value IS 148 (58.20% from 255) = 27.66%
BLUE value IS 254 (99.61% from 255) = 47.48%
R=24.86%
G=27.66%
B=47.48%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1331482540.480.4200.00232.5698.3775.88
Hex8594FE302A00e9624c
Octal205224376605200351142114
Binary100001011001010011111110110000101010001110100111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8594FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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