Html Css Color HEX #8AA5DD Portage

📋 copy color: '#8AA5DD'

red 138 ◦ green 165 ◦ blue 221

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

Shades of Portage #8AA5DD

Tints of Portage #8AA5DD

RGB

 RED value IS 138 (54.3% from 255) = 26.34%

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

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

R = 26.34%
G = 31.49%
B = 42.18%

CMYK

 C value IS 0.38

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8AA5DD (or 0x8AA5DD) is known color: Portage. HEX triplet: 8A, A5 and DD. RGB value is (138,165,221). Sum of RGB (Red+Green+Blue) = 138+165+221=524 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.34% from 524); Green value is 165 (64.84% from 255 or 31.49% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #8AA5DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA5DD is #755A22. Grayscale: #A3A3A3. Windows color (decimal): -7690787 or 14525834. OLE color: 14525834.

HSL color Cylindrical-coordinate representation of color #8AA5DD: hue angle of 220.48º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8AA5DD is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 138 165 221 -
CMYK 0.38 0.25 0 0.13
HSL 220.48º 0.55% 0.7% -
HSV(B) 220.48º 0.38% 0.87% -
XYZ 36.99 37.53 73.7 -
YUV 163.31 160.55 109.95 -
System Red Green Blue C M Y K H S L
Decimal 138 165 221 0.38 0.25 0 0.13 220.48 0.55 0.7
Hex 8A A5 DD 26 19 0 D DC 37 46
Octal 212 245 335 46 31 0 15 334 67 106
Binary 10001010 10100101 11011101 100110 11001 0 1101 11011100 110111 1000110

Color Harmonies of #8AA5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA5DD

Black with #8AA5DD

Text Example


Text Example

White with #8AA5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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