#859DF1

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

Shades of Portage #859DF1

Tints of Portage #859DF1

Color information

#859DF1 (or 0x859DF1) is unknown color: approx Portage. HEX triplet: 85, 9D and F1. RGB value is (133,157,241). Sum of RGB (Red+Green+Blue) = 133+157+241=531 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25.05% from 531); Green value is 157 (61.72% from 255 or 29.57% from 531); Blue value is 241 (94.53% from 255 or 45.39% from 531); Max value from RGB is 241 - color contains mainly: blue. Hex color #859DF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #859DF1 is #7A620E. Grayscale: #9F9F9F. Windows color (decimal): -8020495 or 15834501. OLE color: 15834501.

HSL color Cylindrical-coordinate representation of color #859DF1: hue angle of 226.67º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #859DF1 is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB133157241-
CMYK0.450.3500.05
HSL226.67º79.41%73.33%-
HSV(B)226.67º44.81%94.51%-
XYZ37.6135.4588.08-
YUV159.4174.05109.17-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.05%
GREEN value IS 157 (61.72% from 255) = 29.57%
BLUE value IS 241 (94.53% from 255) = 45.39%
R=25.05%
G=29.57%
B=45.39%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1331572410.450.3500.05226.6779.4173.33
Hex859DF12D2305e34f49
Octal205235361554305343117111
Binary10000101100111011111000110110110001101011110001110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,157,241); }

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

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

 a { background-color: rgb(133,157,241); }

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

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

 span { border-color: rgb(133,157,241); }

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