#859DFE

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

Shades of Portage #859DFE

Tints of Portage #859DFE

Color information

#859DFE (or 0x859DFE) is unknown color: approx Portage. HEX triplet: 85, 9D and FE. RGB value is (133,157,254). Sum of RGB (Red+Green+Blue) = 133+157+254=544 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.45% from 544); Green value is 157 (61.72% from 255 or 28.86% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: blue. Hex color #859DFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #859DFE is #7A6201. Grayscale: #A0A0A0. Windows color (decimal): -8020482 or 16686469. OLE color: 16686469.

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

Color convert

RGB133157254-
CMYK0.480.3800.00
HSL228.1º98.37%75.88%-
HSV(B)228.1º47.64%99.61%-
XYZ39.6236.2698.68-
YUV160.88180.55108.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.45%
GREEN value IS 157 (61.72% from 255) = 28.86%
BLUE value IS 254 (99.61% from 255) = 46.69%
R=24.45%
G=28.86%
B=46.69%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1331572540.480.3800.00228.198.3775.88
Hex859DFE302600e4624c
Octal205235376604600344142114
Binary100001011001110111111110110000100110001110010011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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