#8C8FF7

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

Shades of Portage #8C8FF7

Tints of Portage #8C8FF7

Color information

#8C8FF7 (or 0x8C8FF7) is unknown color: approx Portage. HEX triplet: 8C, 8F and F7. RGB value is (140,143,247). Sum of RGB (Red+Green+Blue) = 140+143+247=530 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.42% from 530); Green value is 143 (56.25% from 255 or 26.98% from 530); Blue value is 247 (96.88% from 255 or 46.60% from 530); Max value from RGB is 247 - color contains mainly: blue. Hex color #8C8FF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C8FF7 is #737008. Grayscale: #999999. Windows color (decimal): -7565321 or 16224140. OLE color: 16224140.

HSL color Cylindrical-coordinate representation of color #8C8FF7: hue angle of 238.32º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8C8FF7 is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB140143247-
CMYK0.430.4200.03
HSL238.32º86.99%75.88%-
HSV(B)238.32º43.32%96.86%-
XYZ37.4331.9492.19-
YUV153.96180.51118.04-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.42%
GREEN value IS 143 (56.25% from 255) = 26.98%
BLUE value IS 247 (96.88% from 255) = 46.60%
R=26.42%
G=26.98%
B=46.60%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1401432470.430.4200.03238.3286.9975.88
Hex8C8FF72B2A03ee574c
Octal214217367535203356127114
Binary1000110010001111111101111010111010100111110111010101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,143,247); }

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

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

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

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

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

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

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