#8790F8

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

Shades of Portage #8790F8

Tints of Portage #8790F8

Color information

#8790F8 (or 0x8790F8) is unknown color: approx Portage. HEX triplet: 87, 90 and F8. RGB value is (135,144,248). Sum of RGB (Red+Green+Blue) = 135+144+248=527 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.62% from 527); Green value is 144 (56.64% from 255 or 27.32% from 527); Blue value is 248 (97.27% from 255 or 47.06% from 527); Max value from RGB is 248 - color contains mainly: blue. Hex color #8790F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8790F8 is #786F07. Grayscale: #989898. Windows color (decimal): -7892744 or 16289927. OLE color: 16289927.

HSL color Cylindrical-coordinate representation of color #8790F8: hue angle of 235.22º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8790F8 is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB135144248-
CMYK0.460.4200.03
HSL235.22º88.98%75.1%-
HSV(B)235.22º45.56%97.25%-
XYZ36.9131.8793.01-
YUV153.16181.52115.04-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.62%
GREEN value IS 144 (56.64% from 255) = 27.32%
BLUE value IS 248 (97.27% from 255) = 47.06%
R=25.62%
G=27.32%
B=47.06%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1351442480.460.4200.03235.2288.9875.1
Hex8790F82E2A03eb594b
Octal207220370565203353131113
Binary1000011110010000111110001011101010100111110101110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8790F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8790F8; }

 p { color: rgb(135,144,248); }

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

<style>
 a { background-color: #8790F8; }

 a { background-color: rgb(135,144,248); }

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

<style>
 span { border-color: #8790F8; }

 span { border-color: rgb(135,144,248); }

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