Html Css Color HEX #8F99DE Portage

📋 copy color: '#8F99DE'

red 143 ◦ green 153 ◦ blue 222

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

Shades of Portage #8F99DE

Tints of Portage #8F99DE

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.54%

 BLUE value IS 222 (87.11% from 255) = 42.86%

R = 27.61%
G = 29.54%
B = 42.86%

CMYK

 C value IS 0.36

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8F99DE (or 0x8F99DE) is known color: Portage. HEX triplet: 8F, 99 and DE. RGB value is (143,153,222). Sum of RGB (Red+Green+Blue) = 143+153+222=518 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.61% from 518); Green value is 153 (60.16% from 255 or 29.54% from 518); Blue value is 222 (87.11% from 255 or 42.86% from 518); Max value from RGB is 222 - color contains mainly: blue. Hex color #8F99DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F99DE is #706621. Grayscale: #9D9D9D. Windows color (decimal): -7366178 or 14588303. OLE color: 14588303.

HSL color Cylindrical-coordinate representation of color #8F99DE: hue angle of 232.41º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8F99DE is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 143 153 222 -
CMYK 0.36 0.31 0 0.13
HSL 232.41º 0.54% 0.72% -
HSV(B) 232.41º 0.36% 0.87% -
XYZ 35.9 33.9 73.76 -
YUV 157.88 164.19 117.39 -
System Red Green Blue C M Y K H S L
Decimal 143 153 222 0.36 0.31 0 0.13 232.41 0.54 0.72
Hex 8F 99 DE 24 1F 0 D E8 36 48
Octal 217 231 336 44 37 0 15 350 66 110
Binary 10001111 10011001 11011110 100100 11111 0 1101 11101000 110110 1001000

Color Harmonies of #8F99DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F99DE

Black with #8F99DE

Text Example


Text Example

White with #8F99DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,153,222); }

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

background-color css

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

 a { background-color: rgb(143,153,222); }

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

border-color css

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

 span { border-color: rgb(143,153,222); }

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