#8D9CFA

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

Shades of Portage #8D9CFA

Tints of Portage #8D9CFA

Color information

#8D9CFA (or 0x8D9CFA) is unknown color: approx Portage. HEX triplet: 8D, 9C and FA. RGB value is (141,156,250). Sum of RGB (Red+Green+Blue) = 141+156+250=547 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.78% from 547); Green value is 156 (61.33% from 255 or 28.52% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 250 - color contains mainly: blue. Hex color #8D9CFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D9CFA is #726305. Grayscale: #A1A1A1. Windows color (decimal): -7496454 or 16424077. OLE color: 16424077.

HSL color Cylindrical-coordinate representation of color #8D9CFA: hue angle of 231.74º degrees, saturation: 0.92, 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 #8D9CFA is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB141156250-
CMYK0.440.3800.02
HSL231.74º91.6%76.67%-
HSV(B)231.74º43.6%98.04%-
XYZ40.1336.3495.34-
YUV162.23177.53112.86-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.78%
GREEN value IS 156 (61.33% from 255) = 28.52%
BLUE value IS 250 (98.05% from 255) = 45.70%
R=25.78%
G=28.52%
B=45.70%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1411562500.440.3800.02231.7491.676.67
Hex8D9CFA2C2602e85c4d
Octal215234372544602350134115
Binary1000110110011100111110101011001001100101110100010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,156,250); }

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

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

 a { background-color: rgb(141,156,250); }

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

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

 span { border-color: rgb(141,156,250); }

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