#8D93F9

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

Shades of Portage #8D93F9

Tints of Portage #8D93F9

Color information

#8D93F9 (or 0x8D93F9) is unknown color: approx Portage. HEX triplet: 8D, 93 and F9. RGB value is (141,147,249). Sum of RGB (Red+Green+Blue) = 141+147+249=537 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.26% from 537); Green value is 147 (57.81% from 255 or 27.37% from 537); Blue value is 249 (97.66% from 255 or 46.37% from 537); Max value from RGB is 249 - color contains mainly: blue. Hex color #8D93F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D93F9 is #726C06. Grayscale: #9C9C9C. Windows color (decimal): -7498759 or 16356237. OLE color: 16356237.

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

Color convert

RGB141147249-
CMYK0.430.4100.02
HSL236.67º90%76.47%-
HSV(B)236.67º43.37%97.65%-
XYZ38.5233.3794.03-
YUV156.83180.01116.71-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.26%
GREEN value IS 147 (57.81% from 255) = 27.37%
BLUE value IS 249 (97.66% from 255) = 46.37%
R=26.26%
G=27.37%
B=46.37%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1411472490.430.4100.02236.679076.47
Hex8D93F92B2902ed5a4c
Octal215223371535102355132114
Binary1000110110010011111110011010111010010101110110110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D93F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,147,249); }

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

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

 a { background-color: rgb(141,147,249); }

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

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

 span { border-color: rgb(141,147,249); }

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