#8D93FB

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

Shades of Portage #8D93FB

Tints of Portage #8D93FB

Color information

#8D93FB (or 0x8D93FB) is unknown color: approx Portage. HEX triplet: 8D, 93 and FB. RGB value is (141,147,251). Sum of RGB (Red+Green+Blue) = 141+147+251=539 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.16% from 539); Green value is 147 (57.81% from 255 or 27.27% from 539); Blue value is 251 (98.44% from 255 or 46.57% from 539); Max value from RGB is 251 - color contains mainly: blue. Hex color #8D93FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D93FB is #726C04. Grayscale: #9C9C9C. Windows color (decimal): -7498757 or 16487309. OLE color: 16487309.

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

Color convert

RGB141147251-
CMYK0.440.4100.02
HSL236.73º93.22%76.86%-
HSV(B)236.73º43.82%98.43%-
XYZ38.8333.595.69-
YUV157.06181.01116.54-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.16%
GREEN value IS 147 (57.81% from 255) = 27.27%
BLUE value IS 251 (98.44% from 255) = 46.57%
R=26.16%
G=27.27%
B=46.57%

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
Decimal1411472510.440.4100.02236.7393.2276.86
Hex8D93FB2C2902ed5d4d
Octal215223373545102355135115
Binary1000110110010011111110111011001010010101110110110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D93FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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