Html Css Color HEX #8DA5DC Portage

📋 copy color: '#8DA5DC'

red 141 ◦ green 165 ◦ blue 220

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

Shades of Portage #8DA5DC

Tints of Portage #8DA5DC

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.37%

 BLUE value IS 220 (86.33% from 255) = 41.83%

R = 26.81%
G = 31.37%
B = 41.83%

CMYK

 C value IS 0.36

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8DA5DC (or 0x8DA5DC) is known color: Portage. HEX triplet: 8D, A5 and DC. RGB value is (141,165,220). Sum of RGB (Red+Green+Blue) = 141+165+220=526 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.81% from 526); Green value is 165 (64.84% from 255 or 31.37% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 220 - color contains mainly: blue. Hex color #8DA5DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA5DC is #725A23. Grayscale: #A3A3A3. Windows color (decimal): -7494180 or 14460301. OLE color: 14460301.

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

Color convert

RGB 141 165 220 -
CMYK 0.36 0.25 0 0.14
HSL 221.77º 0.53% 0.71% -
HSV(B) 221.77º 0.36% 0.86% -
XYZ 37.36 37.74 73.03 -
YUV 164.09 159.55 111.53 -
System Red Green Blue C M Y K H S L
Decimal 141 165 220 0.36 0.25 0 0.14 221.77 0.53 0.71
Hex 8D A5 DC 24 19 0 E DE 35 47
Octal 215 245 334 44 31 0 16 336 65 107
Binary 10001101 10100101 11011100 100100 11001 0 1110 11011110 110101 1000111

Color Harmonies of #8DA5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA5DC

Black with #8DA5DC

Text Example


Text Example

White with #8DA5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,165,220); }

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

background-color css

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

 a { background-color: rgb(141,165,220); }

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

border-color css

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

 span { border-color: rgb(141,165,220); }

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