#859CFE

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

Shades of Portage #859CFE

Tints of Portage #859CFE

Color information

#859CFE (or 0x859CFE) is unknown color: approx Portage. HEX triplet: 85, 9C and FE. RGB value is (133,156,254). Sum of RGB (Red+Green+Blue) = 133+156+254=543 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.49% from 543); Green value is 156 (61.33% from 255 or 28.73% from 543); Blue value is 254 (99.61% from 255 or 46.78% from 543); Max value from RGB is 254 - color contains mainly: blue. Hex color #859CFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #859CFE is #7A6301. Grayscale: #9F9F9F. Windows color (decimal): -8020738 or 16686213. OLE color: 16686213.

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

Color convert

RGB133156254-
CMYK0.480.3900.00
HSL228.6º98.37%75.88%-
HSV(B)228.6º47.64%99.61%-
XYZ39.4535.9298.62-
YUV160.29180.88108.53-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.49%
GREEN value IS 156 (61.33% from 255) = 28.73%
BLUE value IS 254 (99.61% from 255) = 46.78%
R=24.49%
G=28.73%
B=46.78%

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
Decimal1331562540.480.3900.00228.698.3775.88
Hex859CFE302700e5624c
Octal205234376604700345142114
Binary100001011001110011111110110000100111001110010111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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