Html Css Color HEX #8F91DD Portage

📋 copy color: '#8F91DD'

red 143 ◦ green 145 ◦ blue 221

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

Shades of Portage #8F91DD

Tints of Portage #8F91DD

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.49%

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

R = 28.09%
G = 28.49%
B = 43.42%

CMYK

 C value IS 0.35

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8F91DD (or 0x8F91DD) is known color: Portage. HEX triplet: 8F, 91 and DD. RGB value is (143,145,221). Sum of RGB (Red+Green+Blue) = 143+145+221=509 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.09% from 509); Green value is 145 (57.03% from 255 or 28.49% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #8F91DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F91DD is #706E22. Grayscale: #989898. Windows color (decimal): -7368227 or 14520719. OLE color: 14520719.

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

Color convert

RGB 143 145 221 -
CMYK 0.35 0.34 0 0.13
HSL 238.46º 0.53% 0.71% -
HSV(B) 238.46º 0.35% 0.87% -
XYZ 34.5 31.31 72.63 -
YUV 153.07 166.34 120.82 -
System Red Green Blue C M Y K H S L
Decimal 143 145 221 0.35 0.34 0 0.13 238.46 0.53 0.71
Hex 8F 91 DD 23 22 0 D EE 35 47
Octal 217 221 335 43 42 0 15 356 65 107
Binary 10001111 10010001 11011101 100011 100010 0 1101 11101110 110101 1000111

Color Harmonies of #8F91DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F91DD

Black with #8F91DD

Text Example


Text Example

White with #8F91DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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