Html Css Color HEX #8A9BDD Portage

📋 copy color: '#8A9BDD'

red 138 ◦ green 155 ◦ blue 221

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

Shades of Portage #8A9BDD

Tints of Portage #8A9BDD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.16%

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

R = 26.85%
G = 30.16%
B = 43%

CMYK

 C value IS 0.38

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8A9BDD (or 0x8A9BDD) is known color: Portage. HEX triplet: 8A, 9B and DD. RGB value is (138,155,221). Sum of RGB (Red+Green+Blue) = 138+155+221=514 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.85% from 514); Green value is 155 (60.94% from 255 or 30.16% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #8A9BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A9BDD is #756422. Grayscale: #9D9D9D. Windows color (decimal): -7693347 or 14523274. OLE color: 14523274.

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

Color convert

RGB 138 155 221 -
CMYK 0.38 0.30 0 0.13
HSL 227.71º 0.55% 0.7% -
HSV(B) 227.71º 0.38% 0.87% -
XYZ 35.25 34.07 73.12 -
YUV 157.44 163.87 114.13 -
System Red Green Blue C M Y K H S L
Decimal 138 155 221 0.38 0.30 0 0.13 227.71 0.55 0.7
Hex 8A 9B DD 26 1E 0 D E4 37 46
Octal 212 233 335 46 36 0 15 344 67 106
Binary 10001010 10011011 11011101 100110 11110 0 1101 11100100 110111 1000110

Color Harmonies of #8A9BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9BDD

Black with #8A9BDD

Text Example


Text Example

White with #8A9BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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