Html Css Color HEX #8F9FDA Portage

📋 copy color: '#8F9FDA'

red 143 ◦ green 159 ◦ blue 218

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

Shades of Portage #8F9FDA

Tints of Portage #8F9FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.92%

R = 27.5%
G = 30.58%
B = 41.92%

CMYK

 C value IS 0.34

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8F9FDA (or 0x8F9FDA) is known color: Portage. HEX triplet: 8F, 9F and DA. RGB value is (143,159,218). Sum of RGB (Red+Green+Blue) = 143+159+218=520 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.5% from 520); Green value is 159 (62.5% from 255 or 30.58% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 218 - color contains mainly: blue. Hex color #8F9FDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9FDA is #706025. Grayscale: #A0A0A0. Windows color (decimal): -7364646 or 14327695. OLE color: 14327695.

HSL color Cylindrical-coordinate representation of color #8F9FDA: hue angle of 227.2º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8F9FDA is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 143 159 218 -
CMYK 0.34 0.27 0 0.15
HSL 227.2º 0.5% 0.71% -
HSV(B) 227.2º 0.34% 0.85% -
XYZ 36.38 35.7 71.3 -
YUV 160.94 160.2 115.2 -
System Red Green Blue C M Y K H S L
Decimal 143 159 218 0.34 0.27 0 0.15 227.2 0.5 0.71
Hex 8F 9F DA 22 1B 0 F E3 32 47
Octal 217 237 332 42 33 0 17 343 62 107
Binary 10001111 10011111 11011010 100010 11011 0 1111 11100011 110010 1000111

Color Harmonies of #8F9FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9FDA

Black with #8F9FDA

Text Example


Text Example

White with #8F9FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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