#859AFD

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

Shades of Portage #859AFD

Tints of Portage #859AFD

Color information

#859AFD (or 0x859AFD) is unknown color: approx Portage. HEX triplet: 85, 9A and FD. RGB value is (133,154,253). Sum of RGB (Red+Green+Blue) = 133+154+253=540 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.63% from 540); Green value is 154 (60.55% from 255 or 28.52% from 540); Blue value is 253 (99.22% from 255 or 46.85% from 540); Max value from RGB is 253 - color contains mainly: blue. Hex color #859AFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #859AFD is #7A6502. Grayscale: #9E9E9E. Windows color (decimal): -8021251 or 16620165. OLE color: 16620165.

HSL color Cylindrical-coordinate representation of color #859AFD: hue angle of 229.5º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #859AFD is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB133154253-
CMYK0.470.3900.01
HSL229.5º96.77%75.69%-
HSV(B)229.5º47.43%99.22%-
XYZ38.9635.1997.67-
YUV159.01181.04109.45-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.63%
GREEN value IS 154 (60.55% from 255) = 28.52%
BLUE value IS 253 (99.22% from 255) = 46.85%
R=24.63%
G=28.52%
B=46.85%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1331542530.470.3900.01229.596.7775.69
Hex859AFD2F2701e6614c
Octal205232375574701346141114
Binary100001011001101011111101101111100111011110011011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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