Html Css Color HEX #8F9BDD Portage

📋 copy color: '#8F9BDD'

red 143 ◦ green 155 ◦ blue 221

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

Shades of Portage #8F9BDD

Tints of Portage #8F9BDD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.87%

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

R = 27.55%
G = 29.87%
B = 42.58%

CMYK

 C value IS 0.35

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8F9BDD (or 0x8F9BDD) is known color: Portage. HEX triplet: 8F, 9B and DD. RGB value is (143,155,221). Sum of RGB (Red+Green+Blue) = 143+155+221=519 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.55% from 519); Green value is 155 (60.94% from 255 or 29.87% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #8F9BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9BDD is #706422. Grayscale: #9E9E9E. Windows color (decimal): -7365667 or 14523279. OLE color: 14523279.

HSL color Cylindrical-coordinate representation of color #8F9BDD: hue angle of 230.77º 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 #8F9BDD is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 143 155 221 -
CMYK 0.35 0.30 0 0.13
HSL 230.77º 0.53% 0.71% -
HSV(B) 230.77º 0.35% 0.87% -
XYZ 36.1 34.5 73.16 -
YUV 158.94 163.02 116.63 -
System Red Green Blue C M Y K H S L
Decimal 143 155 221 0.35 0.30 0 0.13 230.77 0.53 0.71
Hex 8F 9B DD 23 1E 0 D E7 35 47
Octal 217 233 335 43 36 0 15 347 65 107
Binary 10001111 10011011 11011101 100011 11110 0 1101 11100111 110101 1000111

Color Harmonies of #8F9BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9BDD

Black with #8F9BDD

Text Example


Text Example

White with #8F9BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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