#8790FB

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

Shades of Portage #8790FB

Tints of Portage #8790FB

Color information

#8790FB (or 0x8790FB) is unknown color: approx Portage. HEX triplet: 87, 90 and FB. RGB value is (135,144,251). Sum of RGB (Red+Green+Blue) = 135+144+251=530 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.47% from 530); Green value is 144 (56.64% from 255 or 27.17% from 530); Blue value is 251 (98.44% from 255 or 47.36% from 530); Max value from RGB is 251 - color contains mainly: blue. Hex color #8790FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8790FB is #786F04. Grayscale: #999999. Windows color (decimal): -7892741 or 16486535. OLE color: 16486535.

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

Color convert

RGB135144251-
CMYK0.460.4300.02
HSL235.34º93.55%75.69%-
HSV(B)235.34º46.22%98.43%-
XYZ37.3832.0695.49-
YUV153.51183.02114.8-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.47%
GREEN value IS 144 (56.64% from 255) = 27.17%
BLUE value IS 251 (98.44% from 255) = 47.36%
R=25.47%
G=27.17%
B=47.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1351442510.460.4300.02235.3493.5575.69
Hex8790FB2E2B02eb5e4c
Octal207220373565302353136114
Binary1000011110010000111110111011101010110101110101110111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8790FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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