#8693C9

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

Shades of Portage #8693C9

Tints of Portage #8693C9

Color information

#8693C9 (or 0x8693C9) is unknown color: approx Portage. HEX triplet: 86, 93 and C9. RGB value is (134,147,201). Sum of RGB (Red+Green+Blue) = 134+147+201=482 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.80% from 482); Green value is 147 (57.81% from 255 or 30.50% from 482); Blue value is 201 (78.91% from 255 or 41.70% from 482); Max value from RGB is 201 - color contains mainly: blue. Hex color #8693C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8693C9 is #796C36. Grayscale: #959595. Windows color (decimal): -7957559 or 13210502. OLE color: 13210502.

HSL color Cylindrical-coordinate representation of color #8693C9: hue angle of 228.36º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8693C9 is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB134147201-
CMYK0.330.2700.21
HSL228.36º38.29%65.69%-
HSV(B)228.36º33.33%78.82%-
XYZ30.8130.1559.45-
YUV149.27157.19117.11-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.80%
GREEN value IS 147 (57.81% from 255) = 30.50%
BLUE value IS 201 (78.91% from 255) = 41.70%
R=27.80%
G=30.50%
B=41.70%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1341472010.330.2700.21228.3638.2965.69
Hex8693C9211B015e42642
Octal206223311413302534446102
Binary10000110100100111100100110000111011010101111001001001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8693C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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