#859BF9

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

Shades of Portage #859BF9

Tints of Portage #859BF9

Color information

#859BF9 (or 0x859BF9) is unknown color: approx Portage. HEX triplet: 85, 9B and F9. RGB value is (133,155,249). Sum of RGB (Red+Green+Blue) = 133+155+249=537 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.77% from 537); Green value is 155 (60.94% from 255 or 28.86% from 537); Blue value is 249 (97.66% from 255 or 46.37% from 537); Max value from RGB is 249 - color contains mainly: blue. Hex color #859BF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #859BF9 is #7A6406. Grayscale: #9E9E9E. Windows color (decimal): -8020999 or 16358277. OLE color: 16358277.

HSL color Cylindrical-coordinate representation of color #859BF9: hue angle of 228.62º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #859BF9 is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB133155249-
CMYK0.470.3800.02
HSL228.62º90.62%74.9%-
HSV(B)228.62º46.59%97.65%-
XYZ38.4935.2794.4-
YUV159.14178.71109.36-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.77%
GREEN value IS 155 (60.94% from 255) = 28.86%
BLUE value IS 249 (97.66% from 255) = 46.37%
R=24.77%
G=28.86%
B=46.37%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1331552490.470.3800.02228.6290.6274.9
Hex859BF92F2602e55b4b
Octal205233371574602345133113
Binary1000010110011011111110011011111001100101110010110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859BF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,155,249); }

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

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

 a { background-color: rgb(133,155,249); }

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

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

 span { border-color: rgb(133,155,249); }

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