#8FA5FA

Color #8FA5FA Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #8FA5FA

Tints of Portage #8FA5FA

Color information

#8FA5FA (or 0x8FA5FA) is unknown color: approx Portage. HEX triplet: 8F, A5 and FA. RGB value is (143,165,250). Sum of RGB (Red+Green+Blue) = 143+165+250=558 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.63% from 558); Green value is 165 (64.84% from 255 or 29.57% from 558); Blue value is 250 (98.05% from 255 or 44.80% from 558); Max value from RGB is 250 - color contains mainly: blue. Hex color #8FA5FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FA5FA is #705A05. Grayscale: #A7A7A7. Windows color (decimal): -7363078 or 16426383. OLE color: 16426383.

HSL color Cylindrical-coordinate representation of color #8FA5FA: hue angle of 227.66º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FA5FA is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB143165250-
CMYK0.430.3400.02
HSL227.66º91.45%77.06%-
HSV(B)227.66º42.8%98.04%-
XYZ42.0439.6595.88-
YUV168.11174.21110.09-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.63%
GREEN value IS 165 (64.84% from 255) = 29.57%
BLUE value IS 250 (98.05% from 255) = 44.80%
R=25.63%
G=29.57%
B=44.80%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1431652500.430.3400.02227.6691.4577.06
Hex8FA5FA2B2202e45b4d
Octal217245372534202344133115
Binary1000111110100101111110101010111000100101110010010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8FA5FA;
 }
 .AnyTagClassName
 {
   color: #8FA5FA;
 }
</style>
background-color css

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

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

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

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

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

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