Html Css Color HEX #868ECE Portage

📋 copy color: '#868ECE'

red 134 ◦ green 142 ◦ blue 206

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

Shades of Portage #868ECE

Tints of Portage #868ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.74%

R = 27.8%
G = 29.46%
B = 42.74%

CMYK

 C value IS 0.35

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#868ECE (or 0x868ECE) is known color: Portage. HEX triplet: 86, 8E and CE. RGB value is (134,142,206). Sum of RGB (Red+Green+Blue) = 134+142+206=482 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.80% from 482); Green value is 142 (55.86% from 255 or 29.46% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #868ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868ECE is #797131. Grayscale: #929292. Windows color (decimal): -7958834 or 13536902. OLE color: 13536902.

HSL color Cylindrical-coordinate representation of color #868ECE: hue angle of 233.33º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #868ECE is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 134 142 206 -
CMYK 0.35 0.31 0 0.19
HSL 233.33º 0.42% 0.67% -
HSV(B) 233.33º 0.35% 0.81% -
XYZ 30.65 28.87 62.35 -
YUV 146.9 161.35 118.8 -
System Red Green Blue C M Y K H S L
Decimal 134 142 206 0.35 0.31 0 0.19 233.33 0.42 0.67
Hex 86 8E CE 23 1F 0 13 E9 2A 43
Octal 206 216 316 43 37 0 23 351 52 103
Binary 10000110 10001110 11001110 100011 11111 0 10011 11101001 101010 1000011

Color Harmonies of #868ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868ECE

Black with #868ECE

Text Example


Text Example

White with #868ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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