#8C95F8

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

Shades of Portage #8C95F8

Tints of Portage #8C95F8

Color information

#8C95F8 (or 0x8C95F8) is unknown color: approx Portage. HEX triplet: 8C, 95 and F8. RGB value is (140,149,248). Sum of RGB (Red+Green+Blue) = 140+149+248=537 (71% of max value = 765). Red value is 140 (55.08% from 255 or 26.07% from 537); Green value is 149 (58.59% from 255 or 27.75% from 537); Blue value is 248 (97.27% from 255 or 46.18% from 537); Max value from RGB is 248 - color contains mainly: blue. Hex color #8C95F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C95F8 is #736A07. Grayscale: #9D9D9D. Windows color (decimal): -7563784 or 16291212. OLE color: 16291212.

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

Color convert

RGB140149248-
CMYK0.440.4000.03
HSL235º88.52%76.08%-
HSV(B)235º43.55%97.25%-
XYZ38.5133.8593.31-
YUV157.59179.02115.45-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.07%
GREEN value IS 149 (58.59% from 255) = 27.75%
BLUE value IS 248 (97.27% from 255) = 46.18%
R=26.07%
G=27.75%
B=46.18%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1401492480.440.4000.0323588.5276.08
Hex8C95F82C2803eb594c
Octal214225370545003353131114
Binary1000110010010101111110001011001010000111110101110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C95F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,149,248); }

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

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

 a { background-color: rgb(140,149,248); }

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

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

 span { border-color: rgb(140,149,248); }

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