Html Css Color HEX #8F99DF Portage

📋 copy color: '#8F99DF'

red 143 ◦ green 153 ◦ blue 223

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

Shades of Portage #8F99DF

Tints of Portage #8F99DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.97%

R = 27.55%
G = 29.48%
B = 42.97%

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

#8F99DF (or 0x8F99DF) is known color: Portage. HEX triplet: 8F, 99 and DF. RGB value is (143,153,223). Sum of RGB (Red+Green+Blue) = 143+153+223=519 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.55% from 519); Green value is 153 (60.16% from 255 or 29.48% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #8F99DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F99DF is #706620. Grayscale: #9D9D9D. Windows color (decimal): -7366177 or 14653839. OLE color: 14653839.

HSL color Cylindrical-coordinate representation of color #8F99DF: hue angle of 232.5º degrees, saturation: 0.56, 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 #8F99DF is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 143 153 223 -
CMYK 0.36 0.31 0 0.13
HSL 232.5º 0.56% 0.72% -
HSV(B) 232.5º 0.36% 0.87% -
XYZ 36.04 33.95 74.47 -
YUV 157.99 164.69 117.31 -
System Red Green Blue C M Y K H S L
Decimal 143 153 223 0.36 0.31 0 0.13 232.5 0.56 0.72
Hex 8F 99 DF 24 1F 0 D E8 38 48
Octal 217 231 337 44 37 0 15 350 70 110
Binary 10001111 10011001 11011111 100100 11111 0 1101 11101000 111000 1001000

Color Harmonies of #8F99DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F99DF

Black with #8F99DF

Text Example


Text Example

White with #8F99DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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