Html Css Color HEX #8D9ACD Portage

📋 copy color: '#8D9ACD'

red 141 ◦ green 154 ◦ blue 205

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

Shades of Portage #8D9ACD

Tints of Portage #8D9ACD

RGB

 RED value IS 141 (55.47% from 255) = 28.2%

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

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

R = 28.2%
G = 30.8%
B = 41%

CMYK

 C value IS 0.31

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8D9ACD (or 0x8D9ACD) is known color: Portage. HEX triplet: 8D, 9A and CD. RGB value is (141,154,205). Sum of RGB (Red+Green+Blue) = 141+154+205=500 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.2% from 500); Green value is 154 (60.55% from 255 or 30.8% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #8D9ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D9ACD is #726532. Grayscale: #9B9B9B. Windows color (decimal): -7497011 or 13474445. OLE color: 13474445.

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

Color convert

RGB 141 154 205 -
CMYK 0.31 0.25 0 0.20
HSL 227.81º 0.39% 0.68% -
HSV(B) 227.81º 0.31% 0.8% -
XYZ 33.56 33.18 62.39 -
YUV 155.93 155.69 117.35 -
System Red Green Blue C M Y K H S L
Decimal 141 154 205 0.31 0.25 0 0.20 227.81 0.39 0.68
Hex 8D 9A CD 1F 19 0 14 E4 27 44
Octal 215 232 315 37 31 0 24 344 47 104
Binary 10001101 10011010 11001101 11111 11001 0 10100 11100100 100111 1000100

Color Harmonies of #8D9ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9ACD

Black with #8D9ACD

Text Example


Text Example

White with #8D9ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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