Html Css Color HEX #8D93DB Portage

📋 copy color: '#8D93DB'

red 141 ◦ green 147 ◦ blue 219

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

Shades of Portage #8D93DB

Tints of Portage #8D93DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.2%

R = 27.81%
G = 28.99%
B = 43.2%

CMYK

 C value IS 0.36

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8D93DB (or 0x8D93DB) is known color: Portage. HEX triplet: 8D, 93 and DB. RGB value is (141,147,219). Sum of RGB (Red+Green+Blue) = 141+147+219=507 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.81% from 507); Green value is 147 (57.81% from 255 or 28.99% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #8D93DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D93DB is #726C24. Grayscale: #999999. Windows color (decimal): -7498789 or 14390157. OLE color: 14390157.

HSL color Cylindrical-coordinate representation of color #8D93DB: hue angle of 235.38º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8D93DB is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 141 147 219 -
CMYK 0.36 0.33 0 0.14
HSL 235.38º 0.52% 0.71% -
HSV(B) 235.38º 0.36% 0.86% -
XYZ 34.2 31.64 71.32 -
YUV 153.41 165.01 119.15 -
System Red Green Blue C M Y K H S L
Decimal 141 147 219 0.36 0.33 0 0.14 235.38 0.52 0.71
Hex 8D 93 DB 24 21 0 E EB 34 47
Octal 215 223 333 44 41 0 16 353 64 107
Binary 10001101 10010011 11011011 100100 100001 0 1110 11101011 110100 1000111

Color Harmonies of #8D93DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D93DB

Black with #8D93DB

Text Example


Text Example

White with #8D93DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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