#8795FA

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

Shades of Portage #8795FA

Tints of Portage #8795FA

Color information

#8795FA (or 0x8795FA) is unknown color: approx Portage. HEX triplet: 87, 95 and FA. RGB value is (135,149,250). Sum of RGB (Red+Green+Blue) = 135+149+250=534 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.28% from 534); Green value is 149 (58.59% from 255 or 27.90% from 534); Blue value is 250 (98.05% from 255 or 46.82% from 534); Max value from RGB is 250 - color contains mainly: blue. Hex color #8795FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8795FA is #786A05. Grayscale: #9B9B9B. Windows color (decimal): -7891462 or 16422279. OLE color: 16422279.

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

Color convert

RGB135149250-
CMYK0.460.4000.02
HSL232.7º92%75.49%-
HSV(B)232.7º46%98.04%-
XYZ37.9933.5594.92-
YUV156.33180.86112.79-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.28%
GREEN value IS 149 (58.59% from 255) = 27.90%
BLUE value IS 250 (98.05% from 255) = 46.82%
R=25.28%
G=27.90%
B=46.82%

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
Decimal1351492500.460.4000.02232.79275.49
Hex8795FA2E2802e95c4b
Octal207225372565002351134113
Binary1000011110010101111110101011101010000101110100110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8795FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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