#8C95FB

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

Shades of Portage #8C95FB

Tints of Portage #8C95FB

Color information

#8C95FB (or 0x8C95FB) is unknown color: approx Portage. HEX triplet: 8C, 95 and FB. RGB value is (140,149,251). Sum of RGB (Red+Green+Blue) = 140+149+251=540 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.93% from 540); Green value is 149 (58.59% from 255 or 27.59% from 540); Blue value is 251 (98.44% from 255 or 46.48% from 540); Max value from RGB is 251 - color contains mainly: blue. Hex color #8C95FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C95FB is #736A04. Grayscale: #9D9D9D. Windows color (decimal): -7563781 or 16487820. OLE color: 16487820.

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

Color convert

RGB140149251-
CMYK0.440.4100.02
HSL235.14º93.28%76.67%-
HSV(B)235.14º44.22%98.43%-
XYZ38.9834.0495.78-
YUV157.94180.52115.21-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.93%
GREEN value IS 149 (58.59% from 255) = 27.59%
BLUE value IS 251 (98.44% from 255) = 46.48%
R=25.93%
G=27.59%
B=46.48%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1401492510.440.4100.02235.1493.2876.67
Hex8C95FB2C2902eb5d4d
Octal214225373545102353135115
Binary1000110010010101111110111011001010010101110101110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C95FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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