Html Css Color HEX #868EDA Portage

📋 copy color: '#868EDA'

red 134 ◦ green 142 ◦ blue 218

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

Shades of Portage #868EDA

Tints of Portage #868EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.13%

R = 27.13%
G = 28.74%
B = 44.13%

CMYK

 C value IS 0.39

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#868EDA (or 0x868EDA) is known color: Portage. HEX triplet: 86, 8E and DA. RGB value is (134,142,218). Sum of RGB (Red+Green+Blue) = 134+142+218=494 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.13% from 494); Green value is 142 (55.86% from 255 or 28.74% from 494); Blue value is 218 (85.55% from 255 or 44.13% from 494); Max value from RGB is 218 - color contains mainly: blue. Hex color #868EDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868EDA is #797125. Grayscale: #939393. Windows color (decimal): -7958822 or 14323334. OLE color: 14323334.

HSL color Cylindrical-coordinate representation of color #868EDA: hue angle of 234.29º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #868EDA is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 134 142 218 -
CMYK 0.39 0.35 0 0.15
HSL 234.29º 0.53% 0.69% -
HSV(B) 234.29º 0.39% 0.85% -
XYZ 32.16 29.48 70.32 -
YUV 148.27 167.35 117.82 -
System Red Green Blue C M Y K H S L
Decimal 134 142 218 0.39 0.35 0 0.15 234.29 0.53 0.69
Hex 86 8E DA 27 23 0 F EA 35 45
Octal 206 216 332 47 43 0 17 352 65 105
Binary 10000110 10001110 11011010 100111 100011 0 1111 11101010 110101 1000101

Color Harmonies of #868EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868EDA

Black with #868EDA

Text Example


Text Example

White with #868EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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