#8694FD

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

Shades of Portage #8694FD

Tints of Portage #8694FD

Color information

#8694FD (or 0x8694FD) is unknown color: approx Portage. HEX triplet: 86, 94 and FD. RGB value is (134,148,253). Sum of RGB (Red+Green+Blue) = 134+148+253=535 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.05% from 535); Green value is 148 (58.20% from 255 or 27.66% from 535); Blue value is 253 (99.22% from 255 or 47.29% from 535); Max value from RGB is 253 - color contains mainly: blue. Hex color #8694FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8694FD is #796B02. Grayscale: #9B9B9B. Windows color (decimal): -7957251 or 16618630. OLE color: 16618630.

HSL color Cylindrical-coordinate representation of color #8694FD: hue angle of 232.94º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8694FD is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB134148253-
CMYK0.470.4200.01
HSL232.94º96.75%75.88%-
HSV(B)232.94º47.04%99.22%-
XYZ38.1533.3497.35-
YUV155.78182.86112.46-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.05%
GREEN value IS 148 (58.20% from 255) = 27.66%
BLUE value IS 253 (99.22% from 255) = 47.29%
R=25.05%
G=27.66%
B=47.29%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1341482530.470.4200.01232.9496.7575.88
Hex8694FD2F2A01e9614c
Octal206224375575201351141114
Binary100001101001010011111101101111101010011110100111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8694FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8694FD; }

 p { color: rgb(134,148,253); }

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

<style>
 a { background-color: #8694FD; }

 a { background-color: rgb(134,148,253); }

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

<style>
 span { border-color: #8694FD; }

 span { border-color: rgb(134,148,253); }

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