Html Css Color HEX #7F8EDB Portage

📋 copy color: '#7F8EDB'

red 127 ◦ green 142 ◦ blue 219

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

Shades of Portage #7F8EDB

Tints of Portage #7F8EDB

RGB

 RED value IS 127 (50% from 255) = 26.02%

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

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

R = 26.02%
G = 29.1%
B = 44.88%

CMYK

 C value IS 0.42

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7F8EDB (or 0x7F8EDB) is known color: Portage. HEX triplet: 7F, 8E and DB. RGB value is (127,142,219). Sum of RGB (Red+Green+Blue) = 127+142+219=488 (64% of max value = 765). Red value is 127 (50% from 255 or 26.02% from 488); Green value is 142 (55.86% from 255 or 29.10% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #7F8EDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F8EDB is #807124. Grayscale: #919191. Windows color (decimal): -8417573 or 14388863. OLE color: 14388863.

HSL color Cylindrical-coordinate representation of color #7F8EDB: hue angle of 230.22º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7F8EDB is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 127 142 219 -
CMYK 0.42 0.35 0 0.14
HSL 230.22º 0.56% 0.68% -
HSV(B) 230.22º 0.42% 0.86% -
XYZ 31.21 28.97 70.97 -
YUV 146.29 169.03 114.24 -
System Red Green Blue C M Y K H S L
Decimal 127 142 219 0.42 0.35 0 0.14 230.22 0.56 0.68
Hex 7F 8E DB 2A 23 0 E E6 38 44
Octal 177 216 333 52 43 0 16 346 70 104
Binary 1111111 10001110 11011011 101010 100011 0 1110 11100110 111000 1000100

Color Harmonies of #7F8EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8EDB

Black with #7F8EDB

Text Example


Text Example

White with #7F8EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F8EDB; }

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

 H1.HeaderClassName
 {
   color: #7F8EDB;
 }
 .AnyTagClassName
 {
   color: #7F8EDB;
 }
</style>

background-color css

<style>
 a { background-color: #7F8EDB; }

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

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

border-color css

<style>
 span { border-color: #7F8EDB; }

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

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