#859AFF

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

Shades of Portage #859AFF

Tints of Portage #859AFF

Color information

#859AFF (or 0x859AFF) is unknown color: approx Portage. HEX triplet: 85, 9A and FF. RGB value is (133,154,255). Sum of RGB (Red+Green+Blue) = 133+154+255=542 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.54% from 542); Green value is 154 (60.55% from 255 or 28.41% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #859AFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #859AFF is #7A6500. Grayscale: #9E9E9E. Windows color (decimal): -8021249 or 16751237. OLE color: 16751237.

HSL color Cylindrical-coordinate representation of color #859AFF: hue angle of 229.67º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #859AFF is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB133154255-
CMYK0.480.4000
HSL229.67º100%76.08%-
HSV(B)229.67º47.84%100%-
XYZ39.2835.3299.35-
YUV159.23182.04109.29-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.54%
GREEN value IS 154 (60.55% from 255) = 28.41%
BLUE value IS 255 (100% from 255) = 47.05%
R=24.54%
G=28.41%
B=47.05%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1331542550.480.4000229.6710076.08
Hex859AFF302800e6644c
Octal205232377605000346144114
Binary100001011001101011111111110000101000001110011011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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