#859AF9

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

Shades of Portage #859AF9

Tints of Portage #859AF9

Color information

#859AF9 (or 0x859AF9) is unknown color: approx Portage. HEX triplet: 85, 9A and F9. RGB value is (133,154,249). Sum of RGB (Red+Green+Blue) = 133+154+249=536 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.81% from 536); Green value is 154 (60.55% from 255 or 28.73% from 536); Blue value is 249 (97.66% from 255 or 46.46% from 536); Max value from RGB is 249 - color contains mainly: blue. Hex color #859AF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #859AF9 is #7A6506. Grayscale: #9E9E9E. Windows color (decimal): -8021255 or 16358021. OLE color: 16358021.

HSL color Cylindrical-coordinate representation of color #859AF9: hue angle of 229.14º 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 #859AF9 is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB133154249-
CMYK0.470.3800.02
HSL229.14º90.62%74.9%-
HSV(B)229.14º46.59%97.65%-
XYZ38.3334.9494.35-
YUV158.55179.04109.78-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.81%
GREEN value IS 154 (60.55% from 255) = 28.73%
BLUE value IS 249 (97.66% from 255) = 46.46%
R=24.81%
G=28.73%
B=46.46%

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
Decimal1331542490.470.3800.02229.1490.6274.9
Hex859AF92F2602e55b4b
Octal205232371574602345133113
Binary1000010110011010111110011011111001100101110010110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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