Html Css Color HEX #8A8EDD Portage

📋 copy color: '#8A8EDD'

red 138 ◦ green 142 ◦ blue 221

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

Shades of Portage #8A8EDD

Tints of Portage #8A8EDD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.34%

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

R = 27.54%
G = 28.34%
B = 44.11%

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

#8A8EDD (or 0x8A8EDD) is known color: Portage. HEX triplet: 8A, 8E and DD. RGB value is (138,142,221). Sum of RGB (Red+Green+Blue) = 138+142+221=501 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.54% from 501); Green value is 142 (55.86% from 255 or 28.34% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 221 - color contains mainly: blue. Hex color #8A8EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A8EDD is #757122. Grayscale: #959595. Windows color (decimal): -7696675 or 14519946. OLE color: 14519946.

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

Color convert

RGB 138 142 221 -
CMYK 0.38 0.36 0 0.13
HSL 237.11º 0.55% 0.7% -
HSV(B) 237.11º 0.38% 0.87% -
XYZ 33.21 29.97 72.44 -
YUV 149.81 168.17 119.58 -
System Red Green Blue C M Y K H S L
Decimal 138 142 221 0.38 0.36 0 0.13 237.11 0.55 0.7
Hex 8A 8E DD 26 24 0 D ED 37 46
Octal 212 216 335 46 44 0 15 355 67 106
Binary 10001010 10001110 11011101 100110 100100 0 1101 11101101 110111 1000110

Color Harmonies of #8A8EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8EDD

Black with #8A8EDD

Text Example


Text Example

White with #8A8EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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