Html Css Color HEX #8D9ACC Portage

📋 copy color: '#8D9ACC'

red 141 ◦ green 154 ◦ blue 204

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

Shades of Portage #8D9ACC

Tints of Portage #8D9ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.88%

R = 28.26%
G = 30.86%
B = 40.88%

CMYK

 C value IS 0.31

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8D9ACC (or 0x8D9ACC) is known color: Portage. HEX triplet: 8D, 9A and CC. RGB value is (141,154,204). Sum of RGB (Red+Green+Blue) = 141+154+204=499 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.26% from 499); Green value is 154 (60.55% from 255 or 30.86% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: blue. Hex color #8D9ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D9ACC is #726533. Grayscale: #9B9B9B. Windows color (decimal): -7497012 or 13408909. OLE color: 13408909.

HSL color Cylindrical-coordinate representation of color #8D9ACC: hue angle of 227.62º degrees, saturation: 0.38, 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 #8D9ACC is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 141 154 204 -
CMYK 0.31 0.25 0 0.2
HSL 227.62º 0.38% 0.68% -
HSV(B) 227.62º 0.31% 0.8% -
XYZ 33.44 33.13 61.76 -
YUV 155.81 155.19 117.43 -
System Red Green Blue C M Y K H S L
Decimal 141 154 204 0.31 0.25 0 0.2 227.62 0.38 0.68
Hex 8D 9A CC 1F 19 0 14 E4 26 44
Octal 215 232 314 37 31 0 24 344 46 104
Binary 10001101 10011010 11001100 11111 11001 0 10100 11100100 100110 1000100

Color Harmonies of #8D9ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9ACC

Black with #8D9ACC

Text Example


Text Example

White with #8D9ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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