Html Css Color HEX #8F9ADA Portage

📋 copy color: '#8F9ADA'

red 143 ◦ green 154 ◦ blue 218

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

Shades of Portage #8F9ADA

Tints of Portage #8F9ADA

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.9%

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

R = 27.77%
G = 29.9%
B = 42.33%

CMYK

 C value IS 0.34

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8F9ADA (or 0x8F9ADA) is known color: Portage. HEX triplet: 8F, 9A and DA. RGB value is (143,154,218). Sum of RGB (Red+Green+Blue) = 143+154+218=515 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.77% from 515); Green value is 154 (60.55% from 255 or 29.90% from 515); Blue value is 218 (85.55% from 255 or 42.33% from 515); Max value from RGB is 218 - color contains mainly: blue. Hex color #8F9ADA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9ADA is #706525. Grayscale: #9D9D9D. Windows color (decimal): -7365926 or 14326415. OLE color: 14326415.

HSL color Cylindrical-coordinate representation of color #8F9ADA: hue angle of 231.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 #8F9ADA is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 143 154 218 -
CMYK 0.34 0.29 0 0.15
HSL 231.2º 0.5% 0.71% -
HSV(B) 231.2º 0.34% 0.85% -
XYZ 35.54 34.01 71.02 -
YUV 158.01 161.86 117.3 -
System Red Green Blue C M Y K H S L
Decimal 143 154 218 0.34 0.29 0 0.15 231.2 0.5 0.71
Hex 8F 9A DA 22 1D 0 F E7 32 47
Octal 217 232 332 42 35 0 17 347 62 107
Binary 10001111 10011010 11011010 100010 11101 0 1111 11100111 110010 1000111

Color Harmonies of #8F9ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9ADA

Black with #8F9ADA

Text Example


Text Example

White with #8F9ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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