Html Css Color HEX #8C8EDB Portage

📋 copy color: '#8C8EDB'

red 140 ◦ green 142 ◦ blue 219

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

Shades of Portage #8C8EDB

Tints of Portage #8C8EDB

RGB

 RED value IS 140 (55.08% from 255) = 27.94%

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

 BLUE value IS 219 (85.94% from 255) = 43.71%

R = 27.94%
G = 28.34%
B = 43.71%

CMYK

 C value IS 0.36

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8C8EDB (or 0x8C8EDB) is known color: Portage. HEX triplet: 8C, 8E and DB. RGB value is (140,142,219). Sum of RGB (Red+Green+Blue) = 140+142+219=501 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.94% from 501); Green value is 142 (55.86% from 255 or 28.34% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #8C8EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C8EDB is #737124. Grayscale: #959595. Windows color (decimal): -7565605 or 14388876. OLE color: 14388876.

HSL color Cylindrical-coordinate representation of color #8C8EDB: hue angle of 238.48º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8C8EDB is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 140 142 219 -
CMYK 0.36 0.35 0 0.14
HSL 238.48º 0.52% 0.7% -
HSV(B) 238.48º 0.36% 0.86% -
XYZ 33.27 30.04 71.06 -
YUV 150.18 166.84 120.74 -
System Red Green Blue C M Y K H S L
Decimal 140 142 219 0.36 0.35 0 0.14 238.48 0.52 0.7
Hex 8C 8E DB 24 23 0 E EE 34 46
Octal 214 216 333 44 43 0 16 356 64 106
Binary 10001100 10001110 11011011 100100 100011 0 1110 11101110 110100 1000110

Color Harmonies of #8C8EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8EDB

Black with #8C8EDB

Text Example


Text Example

White with #8C8EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C8EDB; }

 p { color: rgb(140,142,219); }

 H1.HeaderClassName
 {
   color: #8C8EDB;
 }
 .AnyTagClassName
 {
   color: #8C8EDB;
 }
</style>

background-color css

<style>
 a { background-color: #8C8EDB; }

 a { background-color: rgb(140,142,219); }

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

border-color css

<style>
 span { border-color: #8C8EDB; }

 span { border-color: rgb(140,142,219); }

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