#8693DB

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

Shades of Portage #8693DB

Tints of Portage #8693DB

Color information

#8693DB (or 0x8693DB) is unknown color: approx Portage. HEX triplet: 86, 93 and DB. RGB value is (134,147,219). Sum of RGB (Red+Green+Blue) = 134+147+219=500 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.8% from 500); Green value is 147 (57.81% from 255 or 29.4% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #8693DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8693DB is #796C24. Grayscale: #979797. Windows color (decimal): -7957541 or 14390150. OLE color: 14390150.

HSL color Cylindrical-coordinate representation of color #8693DB: hue angle of 230.82º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8693DB is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB134147219-
CMYK0.390.3300.14
HSL230.82º54.14%69.22%-
HSV(B)230.82º38.81%85.88%-
XYZ33.0531.0571.27-
YUV151.32166.19115.65-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.8%
GREEN value IS 147 (57.81% from 255) = 29.4%
BLUE value IS 219 (85.94% from 255) = 43.8%
R=26.8%
G=29.4%
B=43.8%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1341472190.390.3300.14230.8254.1469.22
Hex8693DB27210Ee73645
Octal206223333474101634766105
Binary10000110100100111101101110011110000101110111001111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8693DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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