Html Css Color HEX #8DA1DD Portage

📋 copy color: '#8DA1DD'

red 141 ◦ green 161 ◦ blue 221

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

Shades of Portage #8DA1DD

Tints of Portage #8DA1DD

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.78%

 BLUE value IS 221 (86.72% from 255) = 42.26%

R = 26.96%
G = 30.78%
B = 42.26%

CMYK

 C value IS 0.36

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8DA1DD (or 0x8DA1DD) is known color: Portage. HEX triplet: 8D, A1 and DD. RGB value is (141,161,221). Sum of RGB (Red+Green+Blue) = 141+161+221=523 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.96% from 523); Green value is 161 (63.28% from 255 or 30.78% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #8DA1DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA1DD is #725E22. Grayscale: #A1A1A1. Windows color (decimal): -7495203 or 14524813. OLE color: 14524813.

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

Color convert

RGB 141 161 221 -
CMYK 0.36 0.27 0 0.13
HSL 225º 0.54% 0.71% -
HSV(B) 225º 0.36% 0.87% -
XYZ 36.78 36.37 73.49 -
YUV 161.86 161.37 113.12 -
System Red Green Blue C M Y K H S L
Decimal 141 161 221 0.36 0.27 0 0.13 225 0.54 0.71
Hex 8D A1 DD 24 1B 0 D E1 36 47
Octal 215 241 335 44 33 0 15 341 66 107
Binary 10001101 10100001 11011101 100100 11011 0 1101 11100001 110110 1000111

Color Harmonies of #8DA1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA1DD

Black with #8DA1DD

Text Example


Text Example

White with #8DA1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,161,221); }

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

background-color css

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

 a { background-color: rgb(141,161,221); }

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

border-color css

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

 span { border-color: rgb(141,161,221); }

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