#8698F0

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

Shades of Portage #8698F0

Tints of Portage #8698F0

Color information

#8698F0 (or 0x8698F0) is unknown color: approx Portage. HEX triplet: 86, 98 and F0. RGB value is (134,152,240). Sum of RGB (Red+Green+Blue) = 134+152+240=526 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.48% from 526); Green value is 152 (59.77% from 255 or 28.90% from 526); Blue value is 240 (94.14% from 255 or 45.63% from 526); Max value from RGB is 240 - color contains mainly: blue. Hex color #8698F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8698F0 is #79670F. Grayscale: #9C9C9C. Windows color (decimal): -7956240 or 15767686. OLE color: 15767686.

HSL color Cylindrical-coordinate representation of color #8698F0: hue angle of 229.81º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8698F0 is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB134152240-
CMYK0.440.3700.06
HSL229.81º77.94%73.33%-
HSV(B)229.81º44.17%94.12%-
XYZ36.7933.8287.03-
YUV156.65175.04111.84-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.48%
GREEN value IS 152 (59.77% from 255) = 28.90%
BLUE value IS 240 (94.14% from 255) = 45.63%
R=25.48%
G=28.90%
B=45.63%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1341522400.440.3700.06229.8177.9473.33
Hex8698F02C2506e64e49
Octal206230360544506346116111
Binary10000110100110001111000010110010010101101110011010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8698F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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