Html Css Color HEX #8F9ADD Portage

📋 copy color: '#8F9ADD'

red 143 ◦ green 154 ◦ blue 221

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

Shades of Portage #8F9ADD

Tints of Portage #8F9ADD

RGB

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

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

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

R = 27.61%
G = 29.73%
B = 42.66%

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

#8F9ADD (or 0x8F9ADD) is known color: Portage. HEX triplet: 8F, 9A and DD. RGB value is (143,154,221). Sum of RGB (Red+Green+Blue) = 143+154+221=518 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.61% from 518); Green value is 154 (60.55% from 255 or 29.73% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #8F9ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9ADD is #706522. Grayscale: #9E9E9E. Windows color (decimal): -7365923 or 14523023. OLE color: 14523023.

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

Color convert

RGB 143 154 221 -
CMYK 0.35 0.30 0 0.13
HSL 231.54º 0.53% 0.71% -
HSV(B) 231.54º 0.35% 0.87% -
XYZ 35.93 34.17 73.11 -
YUV 158.35 163.36 117.05 -
System Red Green Blue C M Y K H S L
Decimal 143 154 221 0.35 0.30 0 0.13 231.54 0.53 0.71
Hex 8F 9A DD 23 1E 0 D E8 35 47
Octal 217 232 335 43 36 0 15 350 65 107
Binary 10001111 10011010 11011101 100011 11110 0 1101 11101000 110101 1000111

Color Harmonies of #8F9ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9ADD

Black with #8F9ADD

Text Example


Text Example

White with #8F9ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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