Html Css Color HEX #8A9AC9 Portage

📋 copy color: '#8A9AC9'

red 138 ◦ green 154 ◦ blue 201

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

Shades of Portage #8A9AC9

Tints of Portage #8A9AC9

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.24%

 BLUE value IS 201 (78.91% from 255) = 40.77%

R = 27.99%
G = 31.24%
B = 40.77%

CMYK

 C value IS 0.31

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8A9AC9 (or 0x8A9AC9) is known color: Portage. HEX triplet: 8A, 9A and C9. RGB value is (138,154,201). Sum of RGB (Red+Green+Blue) = 138+154+201=493 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.99% from 493); Green value is 154 (60.55% from 255 or 31.24% from 493); Blue value is 201 (78.91% from 255 or 40.77% from 493); Max value from RGB is 201 - color contains mainly: blue. Hex color #8A9AC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A9AC9 is #756536. Grayscale: #9A9A9A. Windows color (decimal): -7693623 or 13212298. OLE color: 13212298.

HSL color Cylindrical-coordinate representation of color #8A9AC9: hue angle of 224.76º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8A9AC9 is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 138 154 201 -
CMYK 0.31 0.23 0 0.21
HSL 224.76º 0.37% 0.66% -
HSV(B) 224.76º 0.31% 0.79% -
XYZ 32.58 32.73 59.86 -
YUV 154.57 154.2 116.18 -
System Red Green Blue C M Y K H S L
Decimal 138 154 201 0.31 0.23 0 0.21 224.76 0.37 0.66
Hex 8A 9A C9 1F 17 0 15 E1 25 42
Octal 212 232 311 37 27 0 25 341 45 102
Binary 10001010 10011010 11001001 11111 10111 0 10101 11100001 100101 1000010

Color Harmonies of #8A9AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9AC9

Black with #8A9AC9

Text Example


Text Example

White with #8A9AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,154,201); }

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

background-color css

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

 a { background-color: rgb(138,154,201); }

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

border-color css

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

 span { border-color: rgb(138,154,201); }

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