Html Css Color HEX #8FA3F7 Portage

📋 copy color: '#8FA3F7'

red 143 ◦ green 163 ◦ blue 247

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

Shades of Portage #8FA3F7

Tints of Portage #8FA3F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 44.67%

R = 25.86%
G = 29.48%
B = 44.67%

CMYK

 C value IS 0.42

 M value IS 0.34

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#8FA3F7 (or 0x8FA3F7) is known color: Portage. HEX triplet: 8F, A3 and F7. RGB value is (143,163,247). Sum of RGB (Red+Green+Blue) = 143+163+247=553 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.86% from 553); Green value is 163 (64.06% from 255 or 29.48% from 553); Blue value is 247 (96.88% from 255 or 44.67% from 553); Max value from RGB is 247 - color contains mainly: blue. Hex color #8FA3F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FA3F7 is #705C08. Grayscale: #A6A6A6. Windows color (decimal): -7363593 or 16229263. OLE color: 16229263.

HSL color Cylindrical-coordinate representation of color #8FA3F7: hue angle of 228.46º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FA3F7 is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 143 163 247 -
CMYK 0.42 0.34 0 0.03
HSL 228.46º 0.87% 0.76% -
HSV(B) 228.46º 0.42% 0.97% -
XYZ 41.21 38.75 93.3 -
YUV 166.6 173.37 111.17 -
System Red Green Blue C M Y K H S L
Decimal 143 163 247 0.42 0.34 0 0.03 228.46 0.87 0.76
Hex 8F A3 F7 2A 22 0 3 E4 57 4C
Octal 217 243 367 52 42 0 3 344 127 114
Binary 10001111 10100011 11110111 101010 100010 0 11 11100100 1010111 1001100

Color Harmonies of #8FA3F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA3F7

Black with #8FA3F7

Text Example


Text Example

White with #8FA3F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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