#8D93CF

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

Shades of Portage #8D93CF

Tints of Portage #8D93CF

Color information

#8D93CF (or 0x8D93CF) is unknown color: approx Portage. HEX triplet: 8D, 93 and CF. RGB value is (141,147,207). Sum of RGB (Red+Green+Blue) = 141+147+207=495 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.48% from 495); Green value is 147 (57.81% from 255 or 29.70% from 495); Blue value is 207 (81.25% from 255 or 41.82% from 495); Max value from RGB is 207 - color contains mainly: blue. Hex color #8D93CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D93CF is #726C30. Grayscale: #979797. Windows color (decimal): -7498801 or 13603725. OLE color: 13603725.

HSL color Cylindrical-coordinate representation of color #8D93CF: hue angle of 234.55º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8D93CF is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB141147207-
CMYK0.320.2900.19
HSL234.55º40.74%68.24%-
HSV(B)234.55º31.88%81.18%-
XYZ32.6831.0463.3-
YUV152.05159.01120.12-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.48%
GREEN value IS 147 (57.81% from 255) = 29.70%
BLUE value IS 207 (81.25% from 255) = 41.82%
R=28.48%
G=29.70%
B=41.82%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1411472070.320.2900.19234.5540.7468.24
Hex8D93CF201D013eb2944
Octal215223317403502335351104
Binary10001101100100111100111110000011101010011111010111010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D93CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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