#859BFE

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

Shades of Portage #859BFE

Tints of Portage #859BFE

Color information

#859BFE (or 0x859BFE) is unknown color: approx Portage. HEX triplet: 85, 9B and FE. RGB value is (133,155,254). Sum of RGB (Red+Green+Blue) = 133+155+254=542 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.54% from 542); Green value is 155 (60.94% from 255 or 28.60% from 542); Blue value is 254 (99.61% from 255 or 46.86% from 542); Max value from RGB is 254 - color contains mainly: blue. Hex color #859BFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #859BFE is #7A6401. Grayscale: #9F9F9F. Windows color (decimal): -8020994 or 16685957. OLE color: 16685957.

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

Color convert

RGB133155254-
CMYK0.480.3900.00
HSL229.09º98.37%75.88%-
HSV(B)229.09º47.64%99.61%-
XYZ39.2835.5898.56-
YUV159.71181.21108.95-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.54%
GREEN value IS 155 (60.94% from 255) = 28.60%
BLUE value IS 254 (99.61% from 255) = 46.86%
R=24.54%
G=28.60%
B=46.86%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1331552540.480.3900.00229.0998.3775.88
Hex859BFE302700e5624c
Octal205233376604700345142114
Binary100001011001101111111110110000100111001110010111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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