#859AFE

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

Shades of Portage #859AFE

Tints of Portage #859AFE

Color information

#859AFE (or 0x859AFE) is unknown color: approx Portage. HEX triplet: 85, 9A and FE. RGB value is (133,154,254). Sum of RGB (Red+Green+Blue) = 133+154+254=541 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.58% from 541); Green value is 154 (60.55% from 255 or 28.47% from 541); Blue value is 254 (99.61% from 255 or 46.95% from 541); Max value from RGB is 254 - color contains mainly: blue. Hex color #859AFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #859AFE is #7A6501. Grayscale: #9E9E9E. Windows color (decimal): -8021250 or 16685701. OLE color: 16685701.

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

Color convert

RGB133154254-
CMYK0.480.3900.00
HSL229.59º98.37%75.88%-
HSV(B)229.59º47.64%99.61%-
XYZ39.1235.2598.51-
YUV159.12181.54109.37-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.58%
GREEN value IS 154 (60.55% from 255) = 28.47%
BLUE value IS 254 (99.61% from 255) = 46.95%
R=24.58%
G=28.47%
B=46.95%

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
Decimal1331542540.480.3900.00229.5998.3775.88
Hex859AFE302700e6624c
Octal205232376604700346142114
Binary100001011001101011111110110000100111001110011011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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