Html Css Color HEX #8F9EDD Portage

📋 copy color: '#8F9EDD'

red 143 ◦ green 158 ◦ blue 221

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

Shades of Portage #8F9EDD

Tints of Portage #8F9EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.34%

R = 27.39%
G = 30.27%
B = 42.34%

CMYK

 C value IS 0.35

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8F9EDD (or 0x8F9EDD) is known color: Portage. HEX triplet: 8F, 9E and DD. RGB value is (143,158,221). Sum of RGB (Red+Green+Blue) = 143+158+221=522 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.39% from 522); Green value is 158 (62.11% from 255 or 30.27% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #8F9EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9EDD is #706122. Grayscale: #A0A0A0. Windows color (decimal): -7364899 or 14524047. OLE color: 14524047.

HSL color Cylindrical-coordinate representation of color #8F9EDD: hue angle of 228.46º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8F9EDD is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 143 158 221 -
CMYK 0.35 0.29 0 0.13
HSL 228.46º 0.53% 0.71% -
HSV(B) 228.46º 0.35% 0.87% -
XYZ 36.61 35.51 73.33 -
YUV 160.7 162.03 115.38 -
System Red Green Blue C M Y K H S L
Decimal 143 158 221 0.35 0.29 0 0.13 228.46 0.53 0.71
Hex 8F 9E DD 23 1D 0 D E4 35 47
Octal 217 236 335 43 35 0 15 344 65 107
Binary 10001111 10011110 11011101 100011 11101 0 1101 11100100 110101 1000111

Color Harmonies of #8F9EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9EDD

Black with #8F9EDD

Text Example


Text Example

White with #8F9EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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