#8599FD

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

Shades of Portage #8599FD

Tints of Portage #8599FD

Color information

#8599FD (or 0x8599FD) is unknown color: approx Portage. HEX triplet: 85, 99 and FD. RGB value is (133,153,253). Sum of RGB (Red+Green+Blue) = 133+153+253=539 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.68% from 539); Green value is 153 (60.16% from 255 or 28.39% from 539); Blue value is 253 (99.22% from 255 or 46.94% from 539); Max value from RGB is 253 - color contains mainly: blue. Hex color #8599FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8599FD is #7A6602. Grayscale: #9E9E9E. Windows color (decimal): -8021507 or 16619909. OLE color: 16619909.

HSL color Cylindrical-coordinate representation of color #8599FD: hue angle of 230º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8599FD is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB133153253-
CMYK0.470.4000.01
HSL230º96.77%75.69%-
HSV(B)230º47.43%99.22%-
XYZ38.7934.8697.61-
YUV158.42181.37109.87-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.68%
GREEN value IS 153 (60.16% from 255) = 28.39%
BLUE value IS 253 (99.22% from 255) = 46.94%
R=24.68%
G=28.39%
B=46.94%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1331532530.470.4000.0123096.7775.69
Hex8599FD2F2801e6614c
Octal205231375575001346141114
Binary100001011001100111111101101111101000011110011011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8599FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8599FD; }

 p { color: rgb(133,153,253); }

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

<style>
 a { background-color: #8599FD; }

 a { background-color: rgb(133,153,253); }

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

<style>
 span { border-color: #8599FD; }

 span { border-color: rgb(133,153,253); }

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