Html Css Color HEX #8DA0DB Portage

📋 copy color: '#8DA0DB'

red 141 ◦ green 160 ◦ blue 219

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

Shades of Portage #8DA0DB

Tints of Portage #8DA0DB

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.77%

 BLUE value IS 219 (85.94% from 255) = 42.12%

R = 27.12%
G = 30.77%
B = 42.12%

CMYK

 C value IS 0.36

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8DA0DB (or 0x8DA0DB) is known color: Portage. HEX triplet: 8D, A0 and DB. RGB value is (141,160,219). Sum of RGB (Red+Green+Blue) = 141+160+219=520 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.12% from 520); Green value is 160 (62.89% from 255 or 30.77% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #8DA0DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA0DB is #725F24. Grayscale: #A0A0A0. Windows color (decimal): -7495461 or 14393485. OLE color: 14393485.

HSL color Cylindrical-coordinate representation of color #8DA0DB: hue angle of 225.38º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DA0DB is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 141 160 219 -
CMYK 0.36 0.27 0 0.14
HSL 225.38º 0.52% 0.71% -
HSV(B) 225.38º 0.36% 0.86% -
XYZ 36.34 35.92 72.04 -
YUV 161.05 160.71 113.7 -
System Red Green Blue C M Y K H S L
Decimal 141 160 219 0.36 0.27 0 0.14 225.38 0.52 0.71
Hex 8D A0 DB 24 1B 0 E E1 34 47
Octal 215 240 333 44 33 0 16 341 64 107
Binary 10001101 10100000 11011011 100100 11011 0 1110 11100001 110100 1000111

Color Harmonies of #8DA0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA0DB

Black with #8DA0DB

Text Example


Text Example

White with #8DA0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,160,219); }

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

background-color css

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

 a { background-color: rgb(141,160,219); }

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

border-color css

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

 span { border-color: rgb(141,160,219); }

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