#8F97FB

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

Shades of Portage #8F97FB

Tints of Portage #8F97FB

Color information

#8F97FB (or 0x8F97FB) is unknown color: approx Portage. HEX triplet: 8F, 97 and FB. RGB value is (143,151,251). Sum of RGB (Red+Green+Blue) = 143+151+251=545 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.24% from 545); Green value is 151 (59.38% from 255 or 27.71% from 545); Blue value is 251 (98.44% from 255 or 46.06% from 545); Max value from RGB is 251 - color contains mainly: blue. Hex color #8F97FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F97FB is #706804. Grayscale: #9F9F9F. Windows color (decimal): -7366661 or 16488335. OLE color: 16488335.

HSL color Cylindrical-coordinate representation of color #8F97FB: hue angle of 235.56º degrees, saturation: 0.93, 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 #8F97FB is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB143151251-
CMYK0.430.4000.02
HSL235.56º93.1%77.25%-
HSV(B)235.56º43.03%98.43%-
XYZ39.8134.9495.91-
YUV160.01179.35115.87-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.24%
GREEN value IS 151 (59.38% from 255) = 27.71%
BLUE value IS 251 (98.44% from 255) = 46.06%
R=26.24%
G=27.71%
B=46.06%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1431512510.430.4000.02235.5693.177.25
Hex8F97FB2B2802ec5d4d
Octal217227373535002354135115
Binary1000111110010111111110111010111010000101110110010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F97FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,151,251); }

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

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

 a { background-color: rgb(143,151,251); }

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

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

 span { border-color: rgb(143,151,251); }

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