#8693FA

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

Shades of Portage #8693FA

Tints of Portage #8693FA

Color information

#8693FA (or 0x8693FA) is unknown color: approx Portage. HEX triplet: 86, 93 and FA. RGB value is (134,147,250). Sum of RGB (Red+Green+Blue) = 134+147+250=531 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.24% from 531); Green value is 147 (57.81% from 255 or 27.68% from 531); Blue value is 250 (98.05% from 255 or 47.08% from 531); Max value from RGB is 250 - color contains mainly: blue. Hex color #8693FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8693FA is #796C05. Grayscale: #9A9A9A. Windows color (decimal): -7957510 or 16421766. OLE color: 16421766.

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

Color convert

RGB134147250-
CMYK0.460.4100.02
HSL233.28º92.06%75.29%-
HSV(B)233.28º46.4%98.04%-
XYZ37.5232.8494.8-
YUV154.85181.69113.12-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.24%
GREEN value IS 147 (57.81% from 255) = 27.68%
BLUE value IS 250 (98.05% from 255) = 47.08%
R=25.24%
G=27.68%
B=47.08%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1341472500.460.4100.02233.2892.0675.29
Hex8693FA2E2902e95c4b
Octal206223372565102351134113
Binary1000011010010011111110101011101010010101110100110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8693FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,147,250); }

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

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

 a { background-color: rgb(134,147,250); }

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

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

 span { border-color: rgb(134,147,250); }

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