Html Css Color HEX #8F9FCD Portage

📋 copy color: '#8F9FCD'

red 143 ◦ green 159 ◦ blue 205

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

Shades of Portage #8F9FCD

Tints of Portage #8F9FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.43%

R = 28.21%
G = 31.36%
B = 40.43%

CMYK

 C value IS 0.30

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8F9FCD (or 0x8F9FCD) is known color: Portage. HEX triplet: 8F, 9F and CD. RGB value is (143,159,205). Sum of RGB (Red+Green+Blue) = 143+159+205=507 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.21% from 507); Green value is 159 (62.5% from 255 or 31.36% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 205 - color contains mainly: blue. Hex color #8F9FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9FCD is #706032. Grayscale: #9F9F9F. Windows color (decimal): -7364659 or 13475727. OLE color: 13475727.

HSL color Cylindrical-coordinate representation of color #8F9FCD: hue angle of 224.52º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8F9FCD is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 143 159 205 -
CMYK 0.30 0.22 0 0.20
HSL 224.52º 0.38% 0.68% -
HSV(B) 224.52º 0.3% 0.8% -
XYZ 34.75 35.04 62.69 -
YUV 159.46 153.7 116.26 -
System Red Green Blue C M Y K H S L
Decimal 143 159 205 0.30 0.22 0 0.20 224.52 0.38 0.68
Hex 8F 9F CD 1E 16 0 14 E1 26 44
Octal 217 237 315 36 26 0 24 341 46 104
Binary 10001111 10011111 11001101 11110 10110 0 10100 11100001 100110 1000100

Color Harmonies of #8F9FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9FCD

Black with #8F9FCD

Text Example


Text Example

White with #8F9FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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