#859EFF

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

Shades of Portage #859EFF

Tints of Portage #859EFF

Color information

#859EFF (or 0x859EFF) is unknown color: approx Portage. HEX triplet: 85, 9E and FF. RGB value is (133,158,255). Sum of RGB (Red+Green+Blue) = 133+158+255=546 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.36% from 546); Green value is 158 (62.11% from 255 or 28.94% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #859EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #859EFF is #7A6100. Grayscale: #A1A1A1. Windows color (decimal): -8020225 or 16752261. OLE color: 16752261.

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

Color convert

RGB133158255-
CMYK0.480.3800
HSL227.7º100%76.08%-
HSV(B)227.7º47.84%100%-
XYZ39.9536.6699.58-
YUV161.58180.72107.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.36%
GREEN value IS 158 (62.11% from 255) = 28.94%
BLUE value IS 255 (100% from 255) = 46.70%
R=24.36%
G=28.94%
B=46.70%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1331582550.480.3800227.710076.08
Hex859EFF302600e4644c
Octal205236377604600344144114
Binary100001011001111011111111110000100110001110010011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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