#859EFB

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

Shades of Portage #859EFB

Tints of Portage #859EFB

Color information

#859EFB (or 0x859EFB) is unknown color: approx Portage. HEX triplet: 85, 9E and FB. RGB value is (133,158,251). Sum of RGB (Red+Green+Blue) = 133+158+251=542 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.54% from 542); Green value is 158 (62.11% from 255 or 29.15% from 542); Blue value is 251 (98.44% from 255 or 46.31% from 542); Max value from RGB is 251 - color contains mainly: blue. Hex color #859EFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #859EFB is #7A6104. Grayscale: #A0A0A0. Windows color (decimal): -8020229 or 16490117. OLE color: 16490117.

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

Color convert

RGB133158251-
CMYK0.470.3700.02
HSL227.29º93.65%75.29%-
HSV(B)227.29º47.01%98.43%-
XYZ39.3136.4196.22-
YUV161.13178.72107.94-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.54%
GREEN value IS 158 (62.11% from 255) = 29.15%
BLUE value IS 251 (98.44% from 255) = 46.31%
R=24.54%
G=29.15%
B=46.31%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1331582510.470.3700.02227.2993.6575.29
Hex859EFB2F2502e35e4b
Octal205236373574502343136113
Binary1000010110011110111110111011111001010101110001110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,158,251); }

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

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

 a { background-color: rgb(133,158,251); }

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

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

 span { border-color: rgb(133,158,251); }

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