Html Css Color HEX #868ECC Portage

📋 copy color: '#868ECC'

red 134 ◦ green 142 ◦ blue 204

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

Shades of Portage #868ECC

Tints of Portage #868ECC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.58%

 BLUE value IS 204 (80.08% from 255) = 42.5%

R = 27.92%
G = 29.58%
B = 42.5%

CMYK

 C value IS 0.34

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#868ECC (or 0x868ECC) is known color: Portage. HEX triplet: 86, 8E and CC. RGB value is (134,142,204). Sum of RGB (Red+Green+Blue) = 134+142+204=480 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.92% from 480); Green value is 142 (55.86% from 255 or 29.58% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 204 - color contains mainly: blue. Hex color #868ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868ECC is #797133. Grayscale: #929292. Windows color (decimal): -7958836 or 13405830. OLE color: 13405830.

HSL color Cylindrical-coordinate representation of color #868ECC: hue angle of 233.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 #868ECC is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 134 142 204 -
CMYK 0.34 0.30 0 0.2
HSL 233.14º 0.41% 0.66% -
HSV(B) 233.14º 0.34% 0.8% -
XYZ 30.4 28.77 61.08 -
YUV 146.68 160.35 118.96 -
System Red Green Blue C M Y K H S L
Decimal 134 142 204 0.34 0.30 0 0.2 233.14 0.41 0.66
Hex 86 8E CC 22 1E 0 14 E9 29 42
Octal 206 216 314 42 36 0 24 351 51 102
Binary 10000110 10001110 11001100 100010 11110 0 10100 11101001 101001 1000010

Color Harmonies of #868ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868ECC

Black with #868ECC

Text Example


Text Example

White with #868ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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