#8790FA

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

Shades of Portage #8790FA

Tints of Portage #8790FA

Color information

#8790FA (or 0x8790FA) is unknown color: approx Portage. HEX triplet: 87, 90 and FA. RGB value is (135,144,250). Sum of RGB (Red+Green+Blue) = 135+144+250=529 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.52% from 529); Green value is 144 (56.64% from 255 or 27.22% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #8790FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8790FA is #786F05. Grayscale: #989898. Windows color (decimal): -7892742 or 16420999. OLE color: 16420999.

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

Color convert

RGB135144250-
CMYK0.460.4200.02
HSL235.3º92%75.49%-
HSV(B)235.3º46%98.04%-
XYZ37.223294.66-
YUV153.39182.52114.88-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.52%
GREEN value IS 144 (56.64% from 255) = 27.22%
BLUE value IS 250 (98.05% from 255) = 47.26%
R=25.52%
G=27.22%
B=47.26%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1351442500.460.4200.02235.39275.49
Hex8790FA2E2A02eb5c4b
Octal207220372565202353134113
Binary1000011110010000111110101011101010100101110101110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8790FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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