#858FEA

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

Shades of Portage #858FEA

Tints of Portage #858FEA

Color information

#858FEA (or 0x858FEA) is unknown color: approx Portage. HEX triplet: 85, 8F and EA. RGB value is (133,143,234). Sum of RGB (Red+Green+Blue) = 133+143+234=510 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.08% from 510); Green value is 143 (56.25% from 255 or 28.04% from 510); Blue value is 234 (91.80% from 255 or 45.88% from 510); Max value from RGB is 234 - color contains mainly: blue. Hex color #858FEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #858FEA is #7A7015. Grayscale: #969696. Windows color (decimal): -8024086 or 15372165. OLE color: 15372165.

HSL color Cylindrical-coordinate representation of color #858FEA: hue angle of 234.06º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #858FEA is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB133143234-
CMYK0.430.3900.08
HSL234.06º70.63%71.96%-
HSV(B)234.06º43.16%91.76%-
XYZ34.3530.5781.93-
YUV150.38175.19115.6-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.08%
GREEN value IS 143 (56.25% from 255) = 28.04%
BLUE value IS 234 (91.80% from 255) = 45.88%
R=26.08%
G=28.04%
B=45.88%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1331432340.430.3900.08234.0670.6371.96
Hex858FEA2B2708ea4748
Octal2052173525347010352107110
Binary100001011000111111101010101011100111010001110101010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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