Html Css Color HEX #8DA3DB Portage

📋 copy color: '#8DA3DB'

red 141 ◦ green 163 ◦ blue 219

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

Shades of Portage #8DA3DB

Tints of Portage #8DA3DB

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.17%

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

R = 26.96%
G = 31.17%
B = 41.87%

CMYK

 C value IS 0.36

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8DA3DB (or 0x8DA3DB) is known color: Portage. HEX triplet: 8D, A3 and DB. RGB value is (141,163,219). Sum of RGB (Red+Green+Blue) = 141+163+219=523 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.96% from 523); Green value is 163 (64.06% from 255 or 31.17% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #8DA3DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA3DB is #725C24. Grayscale: #A2A2A2. Windows color (decimal): -7494693 or 14394253. OLE color: 14394253.

HSL color Cylindrical-coordinate representation of color #8DA3DB: hue angle of 223.08º 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 #8DA3DB is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 141 163 219 -
CMYK 0.36 0.26 0 0.14
HSL 223.08º 0.52% 0.71% -
HSV(B) 223.08º 0.36% 0.86% -
XYZ 36.87 36.97 72.21 -
YUV 162.81 159.71 112.45 -
System Red Green Blue C M Y K H S L
Decimal 141 163 219 0.36 0.26 0 0.14 223.08 0.52 0.71
Hex 8D A3 DB 24 1A 0 E DF 34 47
Octal 215 243 333 44 32 0 16 337 64 107
Binary 10001101 10100011 11011011 100100 11010 0 1110 11011111 110100 1000111

Color Harmonies of #8DA3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA3DB

Black with #8DA3DB

Text Example


Text Example

White with #8DA3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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