#8693CC

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

Shades of Portage #8693CC

Tints of Portage #8693CC

Color information

#8693CC (or 0x8693CC) is unknown color: approx Portage. HEX triplet: 86, 93 and CC. RGB value is (134,147,204). Sum of RGB (Red+Green+Blue) = 134+147+204=485 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.63% from 485); Green value is 147 (57.81% from 255 or 30.31% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #8693CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8693CC is #796C33. Grayscale: #959595. Windows color (decimal): -7957556 or 13407110. OLE color: 13407110.

HSL color Cylindrical-coordinate representation of color #8693CC: hue angle of 228.86º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8693CC is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB134147204-
CMYK0.340.2800.2
HSL228.86º40.7%66.27%-
HSV(B)228.86º34.31%80%-
XYZ31.1630.361.33-
YUV149.61158.69116.87-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.63%
GREEN value IS 147 (57.81% from 255) = 30.31%
BLUE value IS 204 (80.08% from 255) = 42.06%
R=27.63%
G=30.31%
B=42.06%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1341472040.340.2800.2228.8640.766.27
Hex8693CC221C014e52942
Octal206223314423402434551102
Binary10000110100100111100110010001011100010100111001011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8693CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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