Html Css Color HEX #868CDC Portage

📋 copy color: '#868CDC'

red 134 ◦ green 140 ◦ blue 220

#868CDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Portage #868CDC

Tints of Portage #868CDC

RGB

 RED value IS 134 (52.73% from 255) = 27.13%

 GREEN value IS 140 (55.08% from 255) = 28.34%

 BLUE value IS 220 (86.33% from 255) = 44.53%

R = 27.13%
G = 28.34%
B = 44.53%

CMYK

 C value IS 0.39

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#868CDC (or 0x868CDC) is known color: Portage. HEX triplet: 86, 8C and DC. RGB value is (134,140,220). Sum of RGB (Red+Green+Blue) = 134+140+220=494 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.13% from 494); Green value is 140 (55.08% from 255 or 28.34% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #868CDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868CDC is #797323. Grayscale: #929292. Windows color (decimal): -7959332 or 14453894. OLE color: 14453894.

HSL color Cylindrical-coordinate representation of color #868CDC: hue angle of 235.81º degrees, saturation: 0.55, 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 #868CDC is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 134 140 220 -
CMYK 0.39 0.36 0 0.14
HSL 235.81º 0.55% 0.69% -
HSV(B) 235.81º 0.39% 0.86% -
XYZ 32.13 28.99 71.61 -
YUV 147.33 169.01 118.5 -
System Red Green Blue C M Y K H S L
Decimal 134 140 220 0.39 0.36 0 0.14 235.81 0.55 0.69
Hex 86 8C DC 27 24 0 E EC 37 45
Octal 206 214 334 47 44 0 16 354 67 105
Binary 10000110 10001100 11011100 100111 100100 0 1110 11101100 110111 1000101

Color Harmonies of #868CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868CDC

Black with #868CDC

Text Example


Text Example

White with #868CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,140,220); }

 H1.HeaderClassName
 {
   color: #868CDC;
 }
 .AnyTagClassName
 {
   color: #868CDC;
 }
</style>

background-color css

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

 a { background-color: rgb(134,140,220); }

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

border-color css

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

 span { border-color: rgb(134,140,220); }

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