#859FFC

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

Shades of Portage #859FFC

Tints of Portage #859FFC

Color information

#859FFC (or 0x859FFC) is unknown color: approx Portage. HEX triplet: 85, 9F and FC. RGB value is (133,159,252). Sum of RGB (Red+Green+Blue) = 133+159+252=544 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.45% from 544); Green value is 159 (62.5% from 255 or 29.23% from 544); Blue value is 252 (98.83% from 255 or 46.32% from 544); Max value from RGB is 252 - color contains mainly: blue. Hex color #859FFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #859FFC is #7A6003. Grayscale: #A1A1A1. Windows color (decimal): -8019972 or 16555909. OLE color: 16555909.

HSL color Cylindrical-coordinate representation of color #859FFC: hue angle of 226.89º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #859FFC is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB133159252-
CMYK0.470.3700.01
HSL226.89º95.2%75.49%-
HSV(B)226.89º47.22%98.82%-
XYZ39.6436.8197.11-
YUV161.83178.89107.44-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.45%
GREEN value IS 159 (62.5% from 255) = 29.23%
BLUE value IS 252 (98.83% from 255) = 46.32%
R=24.45%
G=29.23%
B=46.32%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1331592520.470.3700.01226.8995.275.49
Hex859FFC2F2501e35f4b
Octal205237374574501343137113
Binary100001011001111111111100101111100101011110001110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859FFC; }

 p { color: rgb(133,159,252); }

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

<style>
 a { background-color: #859FFC; }

 a { background-color: rgb(133,159,252); }

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

<style>
 span { border-color: #859FFC; }

 span { border-color: rgb(133,159,252); }

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