Html Css Color HEX #8FA5F3 Portage

📋 copy color: '#8FA5F3'

red 143 ◦ green 165 ◦ blue 243

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

Shades of Portage #8FA5F3

Tints of Portage #8FA5F3

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.95%

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

R = 25.95%
G = 29.95%
B = 44.1%

CMYK

 C value IS 0.41

 M value IS 0.32

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8FA5F3 (or 0x8FA5F3) is known color: Portage. HEX triplet: 8F, A5 and F3. RGB value is (143,165,243). Sum of RGB (Red+Green+Blue) = 143+165+243=551 (72% of max value = 765). Red value is 143 (56.25% from 255 or 25.95% from 551); Green value is 165 (64.84% from 255 or 29.95% from 551); Blue value is 243 (95.31% from 255 or 44.10% from 551); Max value from RGB is 243 - color contains mainly: blue. Hex color #8FA5F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FA5F3 is #705A0C. Grayscale: #A6A6A6. Windows color (decimal): -7363085 or 15967631. OLE color: 15967631.

HSL color Cylindrical-coordinate representation of color #8FA5F3: hue angle of 226.8º 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 #8FA5F3 is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 143 165 243 -
CMYK 0.41 0.32 0 0.05
HSL 226.8º 0.81% 0.76% -
HSV(B) 226.8º 0.41% 0.95% -
XYZ 40.96 39.22 90.21 -
YUV 167.31 170.71 110.66 -
System Red Green Blue C M Y K H S L
Decimal 143 165 243 0.41 0.32 0 0.05 226.8 0.81 0.76
Hex 8F A5 F3 29 20 0 5 E3 51 4C
Octal 217 245 363 51 40 0 5 343 121 114
Binary 10001111 10100101 11110011 101001 100000 0 101 11100011 1010001 1001100

Color Harmonies of #8FA5F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA5F3

Black with #8FA5F3

Text Example


Text Example

White with #8FA5F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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