Html Css Color HEX #8F90E7 Portage

📋 copy color: '#8F90E7'

red 143 ◦ green 144 ◦ blue 231

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

Shades of Portage #8F90E7

Tints of Portage #8F90E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 44.59%

R = 27.61%
G = 27.8%
B = 44.59%

CMYK

 C value IS 0.38

 M value IS 0.38

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#8F90E7 (or 0x8F90E7) is known color: Portage. HEX triplet: 8F, 90 and E7. RGB value is (143,144,231). Sum of RGB (Red+Green+Blue) = 143+144+231=518 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.61% from 518); Green value is 144 (56.64% from 255 or 27.80% from 518); Blue value is 231 (90.62% from 255 or 44.59% from 518); Max value from RGB is 231 - color contains mainly: blue. Hex color #8F90E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F90E7 is #706F18. Grayscale: #999999. Windows color (decimal): -7368473 or 15175823. OLE color: 15175823.

HSL color Cylindrical-coordinate representation of color #8F90E7: hue angle of 239.32º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8F90E7 is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 143 144 231 -
CMYK 0.38 0.38 0 0.09
HSL 239.32º 0.65% 0.73% -
HSV(B) 239.32º 0.38% 0.91% -
XYZ 35.72 31.56 79.81 -
YUV 153.62 171.67 120.43 -
System Red Green Blue C M Y K H S L
Decimal 143 144 231 0.38 0.38 0 0.09 239.32 0.65 0.73
Hex 8F 90 E7 26 26 0 9 EF 41 49
Octal 217 220 347 46 46 0 11 357 101 111
Binary 10001111 10010000 11100111 100110 100110 0 1001 11101111 1000001 1001001

Color Harmonies of #8F90E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F90E7

Black with #8F90E7

Text Example


Text Example

White with #8F90E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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