Html Css Color HEX #8D93DF Portage

📋 copy color: '#8D93DF'

red 141 ◦ green 147 ◦ blue 223

#8D93DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Portage #8D93DF

Tints of Portage #8D93DF

RGB

 RED value IS 141 (55.47% from 255) = 27.59%

 GREEN value IS 147 (57.81% from 255) = 28.77%

 BLUE value IS 223 (87.5% from 255) = 43.64%

R = 27.59%
G = 28.77%
B = 43.64%

CMYK

 C value IS 0.37

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8D93DF (or 0x8D93DF) is known color: Portage. HEX triplet: 8D, 93 and DF. RGB value is (141,147,223). Sum of RGB (Red+Green+Blue) = 141+147+223=511 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.59% from 511); Green value is 147 (57.81% from 255 or 28.77% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #8D93DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D93DF is #726C20. Grayscale: #999999. Windows color (decimal): -7498785 or 14652301. OLE color: 14652301.

HSL color Cylindrical-coordinate representation of color #8D93DF: hue angle of 235.61º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8D93DF is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 141 147 223 -
CMYK 0.37 0.34 0 0.13
HSL 235.61º 0.56% 0.71% -
HSV(B) 235.61º 0.37% 0.87% -
XYZ 34.74 31.86 74.13 -
YUV 153.87 167.01 118.82 -
System Red Green Blue C M Y K H S L
Decimal 141 147 223 0.37 0.34 0 0.13 235.61 0.56 0.71
Hex 8D 93 DF 25 22 0 D EC 38 47
Octal 215 223 337 45 42 0 15 354 70 107
Binary 10001101 10010011 11011111 100101 100010 0 1101 11101100 111000 1000111

Color Harmonies of #8D93DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D93DF

Black with #8D93DF

Text Example


Text Example

White with #8D93DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8D93DF;
 }
 .AnyTagClassName
 {
   color: #8D93DF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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