#858FDA

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

Shades of Portage #858FDA

Tints of Portage #858FDA

Color information

#858FDA (or 0x858FDA) is unknown color: approx Portage. HEX triplet: 85, 8F and DA. RGB value is (133,143,218). Sum of RGB (Red+Green+Blue) = 133+143+218=494 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.92% from 494); Green value is 143 (56.25% from 255 or 28.95% from 494); Blue value is 218 (85.55% from 255 or 44.13% from 494); Max value from RGB is 218 - color contains mainly: blue. Hex color #858FDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858FDA is #7A7025. Grayscale: #949494. Windows color (decimal): -8024102 or 14323589. OLE color: 14323589.

HSL color Cylindrical-coordinate representation of color #858FDA: hue angle of 232.94º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #858FDA is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB133143218-
CMYK0.390.3400.15
HSL232.94º53.46%68.82%-
HSV(B)232.94º38.99%85.49%-
XYZ32.1529.6970.37-
YUV148.56167.19116.9-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.92%
GREEN value IS 143 (56.25% from 255) = 28.95%
BLUE value IS 218 (85.55% from 255) = 44.13%
R=26.92%
G=28.95%
B=44.13%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1331432180.390.3400.15232.9453.4668.82
Hex858FDA27220Fe93545
Octal205217332474201735165105
Binary10000101100011111101101010011110001001111111010011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858FDA; }

 p { color: rgb(133,143,218); }

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

<style>
 a { background-color: #858FDA; }

 a { background-color: rgb(133,143,218); }

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

<style>
 span { border-color: #858FDA; }

 span { border-color: rgb(133,143,218); }

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