Html Css Color HEX #8F90DD Portage

📋 copy color: '#8F90DD'

red 143 ◦ green 144 ◦ blue 221

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

Shades of Portage #8F90DD

Tints of Portage #8F90DD

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.35%

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

R = 28.15%
G = 28.35%
B = 43.5%

CMYK

 C value IS 0.35

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8F90DD (or 0x8F90DD) is known color: Portage. HEX triplet: 8F, 90 and DD. RGB value is (143,144,221). Sum of RGB (Red+Green+Blue) = 143+144+221=508 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.15% from 508); Green value is 144 (56.64% from 255 or 28.35% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #8F90DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F90DD is #706F22. Grayscale: #989898. Windows color (decimal): -7368483 or 14520463. OLE color: 14520463.

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

Color convert

RGB 143 144 221 -
CMYK 0.35 0.35 0 0.13
HSL 239.23º 0.53% 0.71% -
HSV(B) 239.23º 0.35% 0.87% -
XYZ 34.35 31.01 72.58 -
YUV 152.48 166.67 121.24 -
System Red Green Blue C M Y K H S L
Decimal 143 144 221 0.35 0.35 0 0.13 239.23 0.53 0.71
Hex 8F 90 DD 23 23 0 D EF 35 47
Octal 217 220 335 43 43 0 15 357 65 107
Binary 10001111 10010000 11011101 100011 100011 0 1101 11101111 110101 1000111

Color Harmonies of #8F90DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F90DD

Black with #8F90DD

Text Example


Text Example

White with #8F90DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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