Html Css Color HEX #8D9BCE Portage

📋 copy color: '#8D9BCE'

red 141 ◦ green 155 ◦ blue 206

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

Shades of Portage #8D9BCE

Tints of Portage #8D9BCE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.88%

 BLUE value IS 206 (80.86% from 255) = 41.04%

R = 28.09%
G = 30.88%
B = 41.04%

CMYK

 C value IS 0.32

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8D9BCE (or 0x8D9BCE) is known color: Portage. HEX triplet: 8D, 9B and CE. RGB value is (141,155,206). Sum of RGB (Red+Green+Blue) = 141+155+206=502 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.09% from 502); Green value is 155 (60.94% from 255 or 30.88% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 206 - color contains mainly: blue. Hex color #8D9BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D9BCE is #726431. Grayscale: #9C9C9C. Windows color (decimal): -7496754 or 13540237. OLE color: 13540237.

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

Color convert

RGB 141 155 206 -
CMYK 0.32 0.25 0 0.19
HSL 227.08º 0.4% 0.68% -
HSV(B) 227.08º 0.32% 0.81% -
XYZ 33.85 33.56 63.09 -
YUV 156.63 155.86 116.85 -
System Red Green Blue C M Y K H S L
Decimal 141 155 206 0.32 0.25 0 0.19 227.08 0.4 0.68
Hex 8D 9B CE 20 19 0 13 E3 28 44
Octal 215 233 316 40 31 0 23 343 50 104
Binary 10001101 10011011 11001110 100000 11001 0 10011 11100011 101000 1000100

Color Harmonies of #8D9BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9BCE

Black with #8D9BCE

Text Example


Text Example

White with #8D9BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,155,206); }

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

background-color css

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

 a { background-color: rgb(141,155,206); }

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

border-color css

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

 span { border-color: rgb(141,155,206); }

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