Html Css Color HEX #8F9FDE Portage

📋 copy color: '#8F9FDE'

red 143 ◦ green 159 ◦ blue 222

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

Shades of Portage #8F9FDE

Tints of Portage #8F9FDE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.34%

 BLUE value IS 222 (87.11% from 255) = 42.37%

R = 27.29%
G = 30.34%
B = 42.37%

CMYK

 C value IS 0.36

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8F9FDE (or 0x8F9FDE) is known color: Portage. HEX triplet: 8F, 9F and DE. RGB value is (143,159,222). Sum of RGB (Red+Green+Blue) = 143+159+222=524 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.29% from 524); Green value is 159 (62.5% from 255 or 30.34% from 524); Blue value is 222 (87.11% from 255 or 42.37% from 524); Max value from RGB is 222 - color contains mainly: blue. Hex color #8F9FDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9FDE is #706021. Grayscale: #A1A1A1. Windows color (decimal): -7364642 or 14589839. OLE color: 14589839.

HSL color Cylindrical-coordinate representation of color #8F9FDE: hue angle of 227.85º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8F9FDE is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 143 159 222 -
CMYK 0.36 0.28 0 0.13
HSL 227.85º 0.54% 0.72% -
HSV(B) 227.85º 0.36% 0.87% -
XYZ 36.91 35.91 74.09 -
YUV 161.4 162.2 114.88 -
System Red Green Blue C M Y K H S L
Decimal 143 159 222 0.36 0.28 0 0.13 227.85 0.54 0.72
Hex 8F 9F DE 24 1C 0 D E4 36 48
Octal 217 237 336 44 34 0 15 344 66 110
Binary 10001111 10011111 11011110 100100 11100 0 1101 11100100 110110 1001000

Color Harmonies of #8F9FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9FDE

Black with #8F9FDE

Text Example


Text Example

White with #8F9FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,159,222); }

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

background-color css

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

 a { background-color: rgb(143,159,222); }

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

border-color css

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

 span { border-color: rgb(143,159,222); }

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