Html Css Color HEX #8FA3F3 Portage

📋 copy color: '#8FA3F3'

red 143 ◦ green 163 ◦ blue 243

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

Shades of Portage #8FA3F3

Tints of Portage #8FA3F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 44.26%

R = 26.05%
G = 29.69%
B = 44.26%

CMYK

 C value IS 0.41

 M value IS 0.33

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8FA3F3 (or 0x8FA3F3) is known color: Portage. HEX triplet: 8F, A3 and F3. RGB value is (143,163,243). Sum of RGB (Red+Green+Blue) = 143+163+243=549 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.05% from 549); Green value is 163 (64.06% from 255 or 29.69% from 549); Blue value is 243 (95.31% from 255 or 44.26% from 549); Max value from RGB is 243 - color contains mainly: blue. Hex color #8FA3F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FA3F3 is #705C0C. Grayscale: #A5A5A5. Windows color (decimal): -7363597 or 15967119. OLE color: 15967119.

HSL color Cylindrical-coordinate representation of color #8FA3F3: hue angle of 228º degrees, saturation: 0.81, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8FA3F3 is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 143 163 243 -
CMYK 0.41 0.33 0 0.05
HSL 228º 0.81% 0.76% -
HSV(B) 228º 0.41% 0.95% -
XYZ 40.6 38.51 90.09 -
YUV 166.14 171.37 111.5 -
System Red Green Blue C M Y K H S L
Decimal 143 163 243 0.41 0.33 0 0.05 228 0.81 0.76
Hex 8F A3 F3 29 21 0 5 E4 51 4C
Octal 217 243 363 51 41 0 5 344 121 114
Binary 10001111 10100011 11110011 101001 100001 0 101 11100100 1010001 1001100

Color Harmonies of #8FA3F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA3F3

Black with #8FA3F3

Text Example


Text Example

White with #8FA3F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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