Html Css Color HEX #8A9BC9 Portage

📋 copy color: '#8A9BC9'

red 138 ◦ green 155 ◦ blue 201

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

Shades of Portage #8A9BC9

Tints of Portage #8A9BC9

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.38%

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

R = 27.94%
G = 31.38%
B = 40.69%

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

#8A9BC9 (or 0x8A9BC9) is known color: Portage. HEX triplet: 8A, 9B and C9. RGB value is (138,155,201). Sum of RGB (Red+Green+Blue) = 138+155+201=494 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.94% from 494); Green value is 155 (60.94% from 255 or 31.38% from 494); Blue value is 201 (78.91% from 255 or 40.69% from 494); Max value from RGB is 201 - color contains mainly: blue. Hex color #8A9BC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A9BC9 is #756436. Grayscale: #9A9A9A. Windows color (decimal): -7693367 or 13212554. OLE color: 13212554.

HSL color Cylindrical-coordinate representation of color #8A9BC9: hue angle of 223.81º 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 #8A9BC9 is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 138 155 201 -
CMYK 0.31 0.23 0 0.21
HSL 223.81º 0.37% 0.66% -
HSV(B) 223.81º 0.31% 0.79% -
XYZ 32.75 33.06 59.91 -
YUV 155.16 153.87 115.76 -
System Red Green Blue C M Y K H S L
Decimal 138 155 201 0.31 0.23 0 0.21 223.81 0.37 0.66
Hex 8A 9B C9 1F 17 0 15 E0 25 42
Octal 212 233 311 37 27 0 25 340 45 102
Binary 10001010 10011011 11001001 11111 10111 0 10101 11100000 100101 1000010

Color Harmonies of #8A9BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9BC9

Black with #8A9BC9

Text Example


Text Example

White with #8A9BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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