#8691CD

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

Shades of Portage #8691CD

Tints of Portage #8691CD

Color information

#8691CD (or 0x8691CD) is unknown color: approx Portage. HEX triplet: 86, 91 and CD. RGB value is (134,145,205). Sum of RGB (Red+Green+Blue) = 134+145+205=484 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.69% from 484); Green value is 145 (57.03% from 255 or 29.96% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 205 - color contains mainly: blue. Hex color #8691CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8691CD is #796E32. Grayscale: #949494. Windows color (decimal): -7958067 or 13472134. OLE color: 13472134.

HSL color Cylindrical-coordinate representation of color #8691CD: hue angle of 230.7º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8691CD is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB134145205-
CMYK0.350.2900.20
HSL230.7º41.52%66.47%-
HSV(B)230.7º34.63%80.39%-
XYZ30.9829.7361.86-
YUV148.55159.86117.62-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.69%
GREEN value IS 145 (57.03% from 255) = 29.96%
BLUE value IS 205 (80.47% from 255) = 42.36%
R=27.69%
G=29.96%
B=42.36%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1341452050.350.2900.20230.741.5266.47
Hex8691CD231D014e72a42
Octal206221315433502434752102
Binary10000110100100011100110110001111101010100111001111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8691CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8691CD; }

 p { color: rgb(134,145,205); }

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

<style>
 a { background-color: #8691CD; }

 a { background-color: rgb(134,145,205); }

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

<style>
 span { border-color: #8691CD; }

 span { border-color: rgb(134,145,205); }

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