#8598FF

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

Shades of Portage #8598FF

Tints of Portage #8598FF

Color information

#8598FF (or 0x8598FF) is unknown color: approx Portage. HEX triplet: 85, 98 and FF. RGB value is (133,152,255). Sum of RGB (Red+Green+Blue) = 133+152+255=540 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.63% from 540); Green value is 152 (59.77% from 255 or 28.15% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #8598FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8598FF is #7A6700. Grayscale: #9D9D9D. Windows color (decimal): -8021761 or 16750725. OLE color: 16750725.

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

Color convert

RGB133152255-
CMYK0.480.4000
HSL230.66º100%76.08%-
HSV(B)230.66º47.84%100%-
XYZ38.9534.6699.25-
YUV158.06182.71110.12-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.63%
GREEN value IS 152 (59.77% from 255) = 28.15%
BLUE value IS 255 (100% from 255) = 47.22%
R=24.63%
G=28.15%
B=47.22%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1331522550.480.4000230.6610076.08
Hex8598FF302800e7644c
Octal205230377605000347144114
Binary100001011001100011111111110000101000001110011111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8598FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8598FF; }

 p { color: rgb(133,152,255); }

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

<style>
 a { background-color: #8598FF; }

 a { background-color: rgb(133,152,255); }

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

<style>
 span { border-color: #8598FF; }

 span { border-color: rgb(133,152,255); }

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