Html Css Color HEX #868DE0 Portage

📋 copy color: '#868DE0'

red 134 ◦ green 141 ◦ blue 224

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

Shades of Portage #868DE0

Tints of Portage #868DE0

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.26%

 BLUE value IS 224 (87.89% from 255) = 44.89%

R = 26.85%
G = 28.26%
B = 44.89%

CMYK

 C value IS 0.40

 M value IS 0.37

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#868DE0 (or 0x868DE0) is known color: Portage. HEX triplet: 86, 8D and E0. RGB value is (134,141,224). Sum of RGB (Red+Green+Blue) = 134+141+224=499 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.85% from 499); Green value is 141 (55.47% from 255 or 28.26% from 499); Blue value is 224 (87.89% from 255 or 44.89% from 499); Max value from RGB is 224 - color contains mainly: blue. Hex color #868DE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868DE0 is #79721F. Grayscale: #949494. Windows color (decimal): -7959072 or 14716294. OLE color: 14716294.

HSL color Cylindrical-coordinate representation of color #868DE0: hue angle of 235.33º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #868DE0 is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 134 141 224 -
CMYK 0.40 0.37 0 0.12
HSL 235.33º 0.59% 0.7% -
HSV(B) 235.33º 0.4% 0.88% -
XYZ 32.81 29.5 74.49 -
YUV 148.37 170.68 117.75 -
System Red Green Blue C M Y K H S L
Decimal 134 141 224 0.40 0.37 0 0.12 235.33 0.59 0.7
Hex 86 8D E0 28 25 0 C EB 3B 46
Octal 206 215 340 50 45 0 14 353 73 106
Binary 10000110 10001101 11100000 101000 100101 0 1100 11101011 111011 1000110

Color Harmonies of #868DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868DE0

Black with #868DE0

Text Example


Text Example

White with #868DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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