Html Css Color HEX #8A90DC Portage

📋 copy color: '#8A90DC'

red 138 ◦ green 144 ◦ blue 220

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

Shades of Portage #8A90DC

Tints of Portage #8A90DC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.69%

 BLUE value IS 220 (86.33% from 255) = 43.82%

R = 27.49%
G = 28.69%
B = 43.82%

CMYK

 C value IS 0.37

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8A90DC (or 0x8A90DC) is known color: Portage. HEX triplet: 8A, 90 and DC. RGB value is (138,144,220). Sum of RGB (Red+Green+Blue) = 138+144+220=502 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.49% from 502); Green value is 144 (56.64% from 255 or 28.69% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #8A90DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A90DC is #756F23. Grayscale: #969696. Windows color (decimal): -7696164 or 14454922. OLE color: 14454922.

HSL color Cylindrical-coordinate representation of color #8A90DC: hue angle of 235.61º degrees, saturation: 0.54, 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 #8A90DC is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 138 144 220 -
CMYK 0.37 0.35 0 0.14
HSL 235.61º 0.54% 0.7% -
HSV(B) 235.61º 0.37% 0.86% -
XYZ 33.37 30.52 71.84 -
YUV 150.87 167.01 118.82 -
System Red Green Blue C M Y K H S L
Decimal 138 144 220 0.37 0.35 0 0.14 235.61 0.54 0.7
Hex 8A 90 DC 25 23 0 E EC 36 46
Octal 212 220 334 45 43 0 16 354 66 106
Binary 10001010 10010000 11011100 100101 100011 0 1110 11101100 110110 1000110

Color Harmonies of #8A90DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A90DC

Black with #8A90DC

Text Example


Text Example

White with #8A90DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,144,220); }

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

background-color css

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

 a { background-color: rgb(138,144,220); }

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

border-color css

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

 span { border-color: rgb(138,144,220); }

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