#8F8FF5

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

Shades of Portage #8F8FF5

Tints of Portage #8F8FF5

Color information

#8F8FF5 (or 0x8F8FF5) is unknown color: approx Portage. HEX triplet: 8F, 8F and F5. RGB value is (143,143,245). Sum of RGB (Red+Green+Blue) = 143+143+245=531 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.93% from 531); Green value is 143 (56.25% from 255 or 26.93% from 531); Blue value is 245 (96.09% from 255 or 46.14% from 531); Max value from RGB is 245 - color contains mainly: blue. Hex color #8F8FF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F8FF5 is #70700A. Grayscale: #9A9A9A. Windows color (decimal): -7368715 or 16093071. OLE color: 16093071.

HSL color Cylindrical-coordinate representation of color #8F8FF5: hue angle of 240º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8F8FF5 is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB143143245-
CMYK0.420.4200.04
HSL240º83.61%76.08%-
HSV(B)240º41.63%96.08%-
XYZ37.6332.0890.59-
YUV154.63179119.71-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.93%
GREEN value IS 143 (56.25% from 255) = 26.93%
BLUE value IS 245 (96.09% from 255) = 46.14%
R=26.93%
G=26.93%
B=46.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1431432450.420.4200.0424083.6176.08
Hex8F8FF52A2A04f0544c
Octal217217365525204360124114
Binary10001111100011111111010110101010101001001111000010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8FF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,143,245); }

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

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

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

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

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

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

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