Html Css Color HEX #8A90CE Portage

📋 copy color: '#8A90CE'

red 138 ◦ green 144 ◦ blue 206

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

Shades of Portage #8A90CE

Tints of Portage #8A90CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.21%

R = 28.28%
G = 29.51%
B = 42.21%

CMYK

 C value IS 0.33

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8A90CE (or 0x8A90CE) is known color: Portage. HEX triplet: 8A, 90 and CE. RGB value is (138,144,206). Sum of RGB (Red+Green+Blue) = 138+144+206=488 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.28% from 488); Green value is 144 (56.64% from 255 or 29.51% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 206 - color contains mainly: blue. Hex color #8A90CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A90CE is #756F31. Grayscale: #959595. Windows color (decimal): -7696178 or 13537418. OLE color: 13537418.

HSL color Cylindrical-coordinate representation of color #8A90CE: hue angle of 234.71º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8A90CE is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 138 144 206 -
CMYK 0.33 0.30 0 0.19
HSL 234.71º 0.41% 0.67% -
HSV(B) 234.71º 0.33% 0.81% -
XYZ 31.6 29.81 62.48 -
YUV 149.27 160.01 119.96 -
System Red Green Blue C M Y K H S L
Decimal 138 144 206 0.33 0.30 0 0.19 234.71 0.41 0.67
Hex 8A 90 CE 21 1E 0 13 EB 29 43
Octal 212 220 316 41 36 0 23 353 51 103
Binary 10001010 10010000 11001110 100001 11110 0 10011 11101011 101001 1000011

Color Harmonies of #8A90CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A90CE

Black with #8A90CE

Text Example


Text Example

White with #8A90CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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