#8795F9

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

Shades of Portage #8795F9

Tints of Portage #8795F9

Color information

#8795F9 (or 0x8795F9) is unknown color: approx Portage. HEX triplet: 87, 95 and F9. RGB value is (135,149,249). Sum of RGB (Red+Green+Blue) = 135+149+249=533 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.33% from 533); Green value is 149 (58.59% from 255 or 27.95% from 533); Blue value is 249 (97.66% from 255 or 46.72% from 533); Max value from RGB is 249 - color contains mainly: blue. Hex color #8795F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8795F9 is #786A06. Grayscale: #9B9B9B. Windows color (decimal): -7891463 or 16356743. OLE color: 16356743.

HSL color Cylindrical-coordinate representation of color #8795F9: hue angle of 232.63º degrees, saturation: 0.9, 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 #8795F9 is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB135149249-
CMYK0.460.4000.02
HSL232.63º90.48%75.29%-
HSV(B)232.63º45.78%97.65%-
XYZ37.8433.4994.09-
YUV156.21180.36112.87-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.33%
GREEN value IS 149 (58.59% from 255) = 27.95%
BLUE value IS 249 (97.66% from 255) = 46.72%
R=25.33%
G=27.95%
B=46.72%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1351492490.460.4000.02232.6390.4875.29
Hex8795F92E2802e95a4b
Octal207225371565002351132113
Binary1000011110010101111110011011101010000101110100110110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8795F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8795F9; }

 p { color: rgb(135,149,249); }

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

<style>
 a { background-color: #8795F9; }

 a { background-color: rgb(135,149,249); }

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

<style>
 span { border-color: #8795F9; }

 span { border-color: rgb(135,149,249); }

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