Html Css Color HEX #8B9AC6 Portage

📋 copy color: '#8B9AC6'

red 139 ◦ green 154 ◦ blue 198

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

Shades of Portage #8B9AC6

Tints of Portage #8B9AC6

RGB

 RED value IS 139 (54.69% from 255) = 28.31%

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

 BLUE value IS 198 (77.73% from 255) = 40.33%

R = 28.31%
G = 31.36%
B = 40.33%

CMYK

 C value IS 0.30

 M value IS 0.22

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8B9AC6 (or 0x8B9AC6) is known color: Portage. HEX triplet: 8B, 9A and C6. RGB value is (139,154,198). Sum of RGB (Red+Green+Blue) = 139+154+198=491 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.31% from 491); Green value is 154 (60.55% from 255 or 31.36% from 491); Blue value is 198 (77.73% from 255 or 40.33% from 491); Max value from RGB is 198 - color contains mainly: blue. Hex color #8B9AC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B9AC6 is #746539. Grayscale: #9A9A9A. Windows color (decimal): -7628090 or 13015691. OLE color: 13015691.

HSL color Cylindrical-coordinate representation of color #8B9AC6: hue angle of 224.75º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8B9AC6 is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 139 154 198 -
CMYK 0.30 0.22 0 0.22
HSL 224.75º 0.34% 0.66% -
HSV(B) 224.75º 0.3% 0.78% -
XYZ 32.4 32.68 58.03 -
YUV 154.53 152.53 116.92 -
System Red Green Blue C M Y K H S L
Decimal 139 154 198 0.30 0.22 0 0.22 224.75 0.34 0.66
Hex 8B 9A C6 1E 16 0 16 E1 22 42
Octal 213 232 306 36 26 0 26 341 42 102
Binary 10001011 10011010 11000110 11110 10110 0 10110 11100001 100010 1000010

Color Harmonies of #8B9AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B9AC6

Black with #8B9AC6

Text Example


Text Example

White with #8B9AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,154,198); }

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

background-color css

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

 a { background-color: rgb(139,154,198); }

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

border-color css

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

 span { border-color: rgb(139,154,198); }

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