Html Css Color HEX #8A8DDD Portage

📋 copy color: '#8A8DDD'

red 138 ◦ green 141 ◦ blue 221

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

Shades of Portage #8A8DDD

Tints of Portage #8A8DDD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.2%

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

R = 27.6%
G = 28.2%
B = 44.2%

CMYK

 C value IS 0.38

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8A8DDD (or 0x8A8DDD) is known color: Portage. HEX triplet: 8A, 8D and DD. RGB value is (138,141,221). Sum of RGB (Red+Green+Blue) = 138+141+221=500 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.6% from 500); Green value is 141 (55.47% from 255 or 28.2% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: blue. Hex color #8A8DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A8DDD is #757222. Grayscale: #949494. Windows color (decimal): -7696931 or 14519690. OLE color: 14519690.

HSL color Cylindrical-coordinate representation of color #8A8DDD: hue angle of 237.83º 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 #8A8DDD is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 138 141 221 -
CMYK 0.38 0.36 0 0.13
HSL 237.83º 0.55% 0.7% -
HSV(B) 237.83º 0.38% 0.87% -
XYZ 33.06 29.67 72.39 -
YUV 149.22 168.51 120 -
System Red Green Blue C M Y K H S L
Decimal 138 141 221 0.38 0.36 0 0.13 237.83 0.55 0.7
Hex 8A 8D DD 26 24 0 D EE 37 46
Octal 212 215 335 46 44 0 15 356 67 106
Binary 10001010 10001101 11011101 100110 100100 0 1101 11101110 110111 1000110

Color Harmonies of #8A8DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8DDD

Black with #8A8DDD

Text Example


Text Example

White with #8A8DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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