Html Css Color HEX #8D9ED0 Portage

📋 copy color: '#8D9ED0'

red 141 ◦ green 158 ◦ blue 208

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

Shades of Portage #8D9ED0

Tints of Portage #8D9ED0

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.16%

 BLUE value IS 208 (81.64% from 255) = 41.03%

R = 27.81%
G = 31.16%
B = 41.03%

CMYK

 C value IS 0.32

 M value IS 0.24

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8D9ED0 (or 0x8D9ED0) is known color: Portage. HEX triplet: 8D, 9E and D0. RGB value is (141,158,208). Sum of RGB (Red+Green+Blue) = 141+158+208=507 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.81% from 507); Green value is 158 (62.11% from 255 or 31.16% from 507); Blue value is 208 (81.64% from 255 or 41.03% from 507); Max value from RGB is 208 - color contains mainly: blue. Hex color #8D9ED0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D9ED0 is #72612F. Grayscale: #9E9E9E. Windows color (decimal): -7495984 or 13672077. OLE color: 13672077.

HSL color Cylindrical-coordinate representation of color #8D9ED0: hue angle of 224.78º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8D9ED0 is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 141 158 208 -
CMYK 0.32 0.24 0 0.18
HSL 224.78º 0.42% 0.68% -
HSV(B) 224.78º 0.32% 0.82% -
XYZ 34.6 34.67 64.54 -
YUV 158.62 155.87 115.43 -
System Red Green Blue C M Y K H S L
Decimal 141 158 208 0.32 0.24 0 0.18 224.78 0.42 0.68
Hex 8D 9E D0 20 18 0 12 E1 2A 44
Octal 215 236 320 40 30 0 22 341 52 104
Binary 10001101 10011110 11010000 100000 11000 0 10010 11100001 101010 1000100

Color Harmonies of #8D9ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9ED0

Black with #8D9ED0

Text Example


Text Example

White with #8D9ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,158,208); }

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

background-color css

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

 a { background-color: rgb(141,158,208); }

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

border-color css

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

 span { border-color: rgb(141,158,208); }

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