#8693FE

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

Shades of Portage #8693FE

Tints of Portage #8693FE

Color information

#8693FE (or 0x8693FE) is unknown color: approx Portage. HEX triplet: 86, 93 and FE. RGB value is (134,147,254). Sum of RGB (Red+Green+Blue) = 134+147+254=535 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.05% from 535); Green value is 147 (57.81% from 255 or 27.48% from 535); Blue value is 254 (99.61% from 255 or 47.48% from 535); Max value from RGB is 254 - color contains mainly: blue. Hex color #8693FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8693FE is #796C01. Grayscale: #9A9A9A. Windows color (decimal): -7957506 or 16683910. OLE color: 16683910.

HSL color Cylindrical-coordinate representation of color #8693FE: hue angle of 233.5º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8693FE is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB134147254-
CMYK0.470.4200.00
HSL233.5º98.36%76.08%-
HSV(B)233.5º47.24%99.61%-
XYZ38.1533.0998.14-
YUV155.31183.69112.8-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.05%
GREEN value IS 147 (57.81% from 255) = 27.48%
BLUE value IS 254 (99.61% from 255) = 47.48%
R=25.05%
G=27.48%
B=47.48%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1341472540.470.4200.00233.598.3676.08
Hex8693FE2F2A00ea624c
Octal206223376575200352142114
Binary100001101001001111111110101111101010001110101011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8693FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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