#8C95FA

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

Shades of Portage #8C95FA

Tints of Portage #8C95FA

Color information

#8C95FA (or 0x8C95FA) is unknown color: approx Portage. HEX triplet: 8C, 95 and FA. RGB value is (140,149,250). Sum of RGB (Red+Green+Blue) = 140+149+250=539 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.97% from 539); Green value is 149 (58.59% from 255 or 27.64% from 539); Blue value is 250 (98.05% from 255 or 46.38% from 539); Max value from RGB is 250 - color contains mainly: blue. Hex color #8C95FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C95FA is #736A05. Grayscale: #9D9D9D. Windows color (decimal): -7563782 or 16422284. OLE color: 16422284.

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

Color convert

RGB140149250-
CMYK0.440.4000.02
HSL235.09º91.67%76.47%-
HSV(B)235.09º44%98.04%-
XYZ38.8233.9794.95-
YUV157.82180.02115.29-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.97%
GREEN value IS 149 (58.59% from 255) = 27.64%
BLUE value IS 250 (98.05% from 255) = 46.38%
R=25.97%
G=27.64%
B=46.38%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1401492500.440.4000.02235.0991.6776.47
Hex8C95FA2C2802eb5c4c
Octal214225372545002353134114
Binary1000110010010101111110101011001010000101110101110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C95FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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