Html Css Color HEX #8F9EDB Portage

📋 copy color: '#8F9EDB'

red 143 ◦ green 158 ◦ blue 219

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

Shades of Portage #8F9EDB

Tints of Portage #8F9EDB

RGB

 RED value IS 143 (56.25% from 255) = 27.5%

 GREEN value IS 158 (62.11% from 255) = 30.38%

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

R = 27.5%
G = 30.38%
B = 42.12%

CMYK

 C value IS 0.35

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8F9EDB (or 0x8F9EDB) is known color: Portage. HEX triplet: 8F, 9E and DB. RGB value is (143,158,219). Sum of RGB (Red+Green+Blue) = 143+158+219=520 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.5% from 520); Green value is 158 (62.11% from 255 or 30.38% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #8F9EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9EDB is #706124. Grayscale: #A0A0A0. Windows color (decimal): -7364901 or 14392975. OLE color: 14392975.

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

Color convert

RGB 143 158 219 -
CMYK 0.35 0.28 0 0.14
HSL 228.16º 0.51% 0.71% -
HSV(B) 228.16º 0.35% 0.86% -
XYZ 36.34 35.41 71.94 -
YUV 160.47 161.03 115.54 -
System Red Green Blue C M Y K H S L
Decimal 143 158 219 0.35 0.28 0 0.14 228.16 0.51 0.71
Hex 8F 9E DB 23 1C 0 E E4 33 47
Octal 217 236 333 43 34 0 16 344 63 107
Binary 10001111 10011110 11011011 100011 11100 0 1110 11100100 110011 1000111

Color Harmonies of #8F9EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9EDB

Black with #8F9EDB

Text Example


Text Example

White with #8F9EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,158,219); }

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

background-color css

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

 a { background-color: rgb(143,158,219); }

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

border-color css

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

 span { border-color: rgb(143,158,219); }

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