#859CFA

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

Shades of Portage #859CFA

Tints of Portage #859CFA

Color information

#859CFA (or 0x859CFA) is unknown color: approx Portage. HEX triplet: 85, 9C and FA. RGB value is (133,156,250). Sum of RGB (Red+Green+Blue) = 133+156+250=539 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.68% from 539); Green value is 156 (61.33% from 255 or 28.94% from 539); Blue value is 250 (98.05% from 255 or 46.38% from 539); Max value from RGB is 250 - color contains mainly: blue. Hex color #859CFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #859CFA is #7A6305. Grayscale: #9F9F9F. Windows color (decimal): -8020742 or 16424069. OLE color: 16424069.

HSL color Cylindrical-coordinate representation of color #859CFA: hue angle of 228.21º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #859CFA is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB133156250-
CMYK0.470.3800.02
HSL228.21º92.13%75.1%-
HSV(B)228.21º46.8%98.04%-
XYZ38.8235.6795.28-
YUV159.84178.88108.86-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.68%
GREEN value IS 156 (61.33% from 255) = 28.94%
BLUE value IS 250 (98.05% from 255) = 46.38%
R=24.68%
G=28.94%
B=46.38%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1331562500.470.3800.02228.2192.1375.1
Hex859CFA2F2602e45c4b
Octal205234372574602344134113
Binary1000010110011100111110101011111001100101110010010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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