Html Css Color HEX #8A93DD Portage

📋 copy color: '#8A93DD'

red 138 ◦ green 147 ◦ blue 221

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

Shades of Portage #8A93DD

Tints of Portage #8A93DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.68%

R = 27.27%
G = 29.05%
B = 43.68%

CMYK

 C value IS 0.38

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8A93DD (or 0x8A93DD) is known color: Portage. HEX triplet: 8A, 93 and DD. RGB value is (138,147,221). Sum of RGB (Red+Green+Blue) = 138+147+221=506 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.27% from 506); Green value is 147 (57.81% from 255 or 29.05% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #8A93DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A93DD is #756C22. Grayscale: #989898. Windows color (decimal): -7695395 or 14521226. OLE color: 14521226.

HSL color Cylindrical-coordinate representation of color #8A93DD: hue angle of 233.49º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8A93DD is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 138 147 221 -
CMYK 0.38 0.33 0 0.13
HSL 233.49º 0.55% 0.7% -
HSV(B) 233.49º 0.38% 0.87% -
XYZ 33.97 31.49 72.69 -
YUV 152.75 166.52 117.48 -
System Red Green Blue C M Y K H S L
Decimal 138 147 221 0.38 0.33 0 0.13 233.49 0.55 0.7
Hex 8A 93 DD 26 21 0 D E9 37 46
Octal 212 223 335 46 41 0 15 351 67 106
Binary 10001010 10010011 11011101 100110 100001 0 1101 11101001 110111 1000110

Color Harmonies of #8A93DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A93DD

Black with #8A93DD

Text Example


Text Example

White with #8A93DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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