Html Css Color HEX #8A93DB Portage

📋 copy color: '#8A93DB'

red 138 ◦ green 147 ◦ blue 219

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

Shades of Portage #8A93DB

Tints of Portage #8A93DB

RGB

 RED value IS 138 (54.3% from 255) = 27.38%

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

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

R = 27.38%
G = 29.17%
B = 43.45%

CMYK

 C value IS 0.37

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8A93DB (or 0x8A93DB) is known color: Portage. HEX triplet: 8A, 93 and DB. RGB value is (138,147,219). Sum of RGB (Red+Green+Blue) = 138+147+219=504 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.38% from 504); Green value is 147 (57.81% from 255 or 29.17% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #8A93DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A93DB is #756C24. Grayscale: #989898. Windows color (decimal): -7695397 or 14390154. OLE color: 14390154.

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

Color convert

RGB 138 147 219 -
CMYK 0.37 0.33 0 0.14
HSL 233.33º 0.53% 0.7% -
HSV(B) 233.33º 0.37% 0.86% -
XYZ 33.7 31.39 71.3 -
YUV 152.52 165.52 117.65 -
System Red Green Blue C M Y K H S L
Decimal 138 147 219 0.37 0.33 0 0.14 233.33 0.53 0.7
Hex 8A 93 DB 25 21 0 E E9 35 46
Octal 212 223 333 45 41 0 16 351 65 106
Binary 10001010 10010011 11011011 100101 100001 0 1110 11101001 110101 1000110

Color Harmonies of #8A93DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A93DB

Black with #8A93DB

Text Example


Text Example

White with #8A93DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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