Html Css Color HEX #8DA5DD Portage

📋 copy color: '#8DA5DD'

red 141 ◦ green 165 ◦ blue 221

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

Shades of Portage #8DA5DD

Tints of Portage #8DA5DD

RGB

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

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

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

R = 26.76%
G = 31.31%
B = 41.94%

CMYK

 C value IS 0.36

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8DA5DD (or 0x8DA5DD) is known color: Portage. HEX triplet: 8D, A5 and DD. RGB value is (141,165,221). Sum of RGB (Red+Green+Blue) = 141+165+221=527 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.76% from 527); Green value is 165 (64.84% from 255 or 31.31% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #8DA5DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA5DD is #725A22. Grayscale: #A3A3A3. Windows color (decimal): -7494179 or 14525837. OLE color: 14525837.

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

Color convert

RGB 141 165 221 -
CMYK 0.36 0.25 0 0.13
HSL 222º 0.54% 0.71% -
HSV(B) 222º 0.36% 0.87% -
XYZ 37.49 37.79 73.73 -
YUV 164.21 160.05 111.45 -
System Red Green Blue C M Y K H S L
Decimal 141 165 221 0.36 0.25 0 0.13 222 0.54 0.71
Hex 8D A5 DD 24 19 0 D DE 36 47
Octal 215 245 335 44 31 0 15 336 66 107
Binary 10001101 10100101 11011101 100100 11001 0 1101 11011110 110110 1000111

Color Harmonies of #8DA5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA5DD

Black with #8DA5DD

Text Example


Text Example

White with #8DA5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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