#8695CC

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

Shades of Portage #8695CC

Tints of Portage #8695CC

Color information

#8695CC (or 0x8695CC) is unknown color: approx Portage. HEX triplet: 86, 95 and CC. RGB value is (134,149,204). Sum of RGB (Red+Green+Blue) = 134+149+204=487 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.52% from 487); Green value is 149 (58.59% from 255 or 30.60% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 204 - color contains mainly: blue. Hex color #8695CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8695CC is #796A33. Grayscale: #969696. Windows color (decimal): -7957044 or 13407622. OLE color: 13407622.

HSL color Cylindrical-coordinate representation of color #8695CC: hue angle of 227.14º 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 #8695CC is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB134149204-
CMYK0.340.2700.2
HSL227.14º40.7%66.27%-
HSV(B)227.14º34.31%80%-
XYZ31.4830.9261.44-
YUV150.78158.03116.03-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.52%
GREEN value IS 149 (58.59% from 255) = 30.60%
BLUE value IS 204 (80.08% from 255) = 41.89%
R=27.52%
G=30.60%
B=41.89%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1341492040.340.2700.2227.1440.766.27
Hex8695CC221B014e32942
Octal206225314423302434351102
Binary10000110100101011100110010001011011010100111000111010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8695CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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