#8698F2

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

Shades of Portage #8698F2

Tints of Portage #8698F2

Color information

#8698F2 (or 0x8698F2) is unknown color: approx Portage. HEX triplet: 86, 98 and F2. RGB value is (134,152,242). Sum of RGB (Red+Green+Blue) = 134+152+242=528 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.38% from 528); Green value is 152 (59.77% from 255 or 28.79% from 528); Blue value is 242 (94.92% from 255 or 45.83% from 528); Max value from RGB is 242 - color contains mainly: blue. Hex color #8698F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8698F2 is #79670D. Grayscale: #9C9C9C. Windows color (decimal): -7956238 or 15898758. OLE color: 15898758.

HSL color Cylindrical-coordinate representation of color #8698F2: hue angle of 230º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8698F2 is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB134152242-
CMYK0.450.3700.05
HSL230º80.6%73.73%-
HSV(B)230º44.63%94.9%-
XYZ37.0933.9488.6-
YUV156.88176.04111.68-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.38%
GREEN value IS 152 (59.77% from 255) = 28.79%
BLUE value IS 242 (94.92% from 255) = 45.83%
R=25.38%
G=28.79%
B=45.83%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1341522420.450.3700.0523080.673.73
Hex8698F22D2505e6514a
Octal206230362554505346121112
Binary10000110100110001111001010110110010101011110011010100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8698F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8698F2; }

 p { color: rgb(134,152,242); }

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

<style>
 a { background-color: #8698F2; }

 a { background-color: rgb(134,152,242); }

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

<style>
 span { border-color: #8698F2; }

 span { border-color: rgb(134,152,242); }

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