Html Css Color HEX #8FA3DF Portage

📋 copy color: '#8FA3DF'

red 143 ◦ green 163 ◦ blue 223

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

Shades of Portage #8FA3DF

Tints of Portage #8FA3DF

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.81%

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

R = 27.03%
G = 30.81%
B = 42.16%

CMYK

 C value IS 0.36

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8FA3DF (or 0x8FA3DF) is known color: Portage. HEX triplet: 8F, A3 and DF. RGB value is (143,163,223). Sum of RGB (Red+Green+Blue) = 143+163+223=529 (70% of max value = 765). Red value is 143 (56.25% from 255 or 27.03% from 529); Green value is 163 (64.06% from 255 or 30.81% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #8FA3DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA3DF is #705C20. Grayscale: #A3A3A3. Windows color (decimal): -7363617 or 14656399. OLE color: 14656399.

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

Color convert

RGB 143 163 223 -
CMYK 0.36 0.27 0 0.13
HSL 225º 0.56% 0.72% -
HSV(B) 225º 0.36% 0.87% -
XYZ 37.74 37.36 75.03 -
YUV 163.86 161.37 113.12 -
System Red Green Blue C M Y K H S L
Decimal 143 163 223 0.36 0.27 0 0.13 225 0.56 0.72
Hex 8F A3 DF 24 1B 0 D E1 38 48
Octal 217 243 337 44 33 0 15 341 70 110
Binary 10001111 10100011 11011111 100100 11011 0 1101 11100001 111000 1001000

Color Harmonies of #8FA3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA3DF

Black with #8FA3DF

Text Example


Text Example

White with #8FA3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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