#868DCD

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

Shades of Portage #868DCD

Tints of Portage #868DCD

Color information

#868DCD (or 0x868DCD) is unknown color: approx Portage. HEX triplet: 86, 8D and CD. RGB value is (134,141,205). Sum of RGB (Red+Green+Blue) = 134+141+205=480 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.92% from 480); Green value is 141 (55.47% from 255 or 29.38% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 205 - color contains mainly: blue. Hex color #868DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868DCD is #797232. Grayscale: #919191. Windows color (decimal): -7959091 or 13471110. OLE color: 13471110.

HSL color Cylindrical-coordinate representation of color #868DCD: hue angle of 234.08º 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 #868DCD is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB134141205-
CMYK0.350.3100.20
HSL234.08º41.52%66.47%-
HSV(B)234.08º34.63%80.39%-
XYZ30.3828.5361.66-
YUV146.2161.18119.3-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.92%
GREEN value IS 141 (55.47% from 255) = 29.38%
BLUE value IS 205 (80.47% from 255) = 42.71%
R=27.92%
G=29.38%
B=42.71%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1341412050.350.3100.20234.0841.5266.47
Hex868DCD231F014ea2a42
Octal206215315433702435252102
Binary10000110100011011100110110001111111010100111010101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868DCD; }

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

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

<style>
 a { background-color: #868DCD; }

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

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

<style>
 span { border-color: #868DCD; }

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

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