#858FFA

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

Shades of Portage #858FFA

Tints of Portage #858FFA

Color information

#858FFA (or 0x858FFA) is unknown color: approx Portage. HEX triplet: 85, 8F and FA. RGB value is (133,143,250). Sum of RGB (Red+Green+Blue) = 133+143+250=526 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.29% from 526); Green value is 143 (56.25% from 255 or 27.19% from 526); Blue value is 250 (98.05% from 255 or 47.53% from 526); Max value from RGB is 250 - color contains mainly: blue. Hex color #858FFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858FFA is #7A7005. Grayscale: #979797. Windows color (decimal): -8024070 or 16420741. OLE color: 16420741.

HSL color Cylindrical-coordinate representation of color #858FFA: hue angle of 234.87º 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 #858FFA is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB133143250-
CMYK0.470.4300.02
HSL234.87º92.13%75.1%-
HSV(B)234.87º46.8%98.04%-
XYZ36.7531.5394.59-
YUV152.21183.19114.3-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.29%
GREEN value IS 143 (56.25% from 255) = 27.19%
BLUE value IS 250 (98.05% from 255) = 47.53%
R=25.29%
G=27.19%
B=47.53%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1331432500.470.4300.02234.8792.1375.1
Hex858FFA2F2B02eb5c4b
Octal205217372575302353134113
Binary1000010110001111111110101011111010110101110101110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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