Html Css Color HEX #8B9ACD Portage

📋 copy color: '#8B9ACD'

red 139 ◦ green 154 ◦ blue 205

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

Shades of Portage #8B9ACD

Tints of Portage #8B9ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.16%

R = 27.91%
G = 30.92%
B = 41.16%

CMYK

 C value IS 0.32

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8B9ACD (or 0x8B9ACD) is known color: Portage. HEX triplet: 8B, 9A and CD. RGB value is (139,154,205). Sum of RGB (Red+Green+Blue) = 139+154+205=498 (65% of max value = 765). Red value is 139 (54.69% from 255 or 27.91% from 498); Green value is 154 (60.55% from 255 or 30.92% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 205 - color contains mainly: blue. Hex color #8B9ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B9ACD is #746532. Grayscale: #9B9B9B. Windows color (decimal): -7628083 or 13474443. OLE color: 13474443.

HSL color Cylindrical-coordinate representation of color #8B9ACD: hue angle of 226.36º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8B9ACD is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 139 154 205 -
CMYK 0.32 0.25 0 0.20
HSL 226.36º 0.4% 0.67% -
HSV(B) 226.36º 0.32% 0.8% -
XYZ 33.22 33.01 62.38 -
YUV 155.33 156.03 116.35 -
System Red Green Blue C M Y K H S L
Decimal 139 154 205 0.32 0.25 0 0.20 226.36 0.4 0.67
Hex 8B 9A CD 20 19 0 14 E2 28 43
Octal 213 232 315 40 31 0 24 342 50 103
Binary 10001011 10011010 11001101 100000 11001 0 10100 11100010 101000 1000011

Color Harmonies of #8B9ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B9ACD

Black with #8B9ACD

Text Example


Text Example

White with #8B9ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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