Html Css Color HEX #8090DD Portage

📋 copy color: '#8090DD'

red 128 ◦ green 144 ◦ blue 221

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

Shades of Portage #8090DD

Tints of Portage #8090DD

RGB

 RED value IS 128 (50.39% from 255) = 25.96%

 GREEN value IS 144 (56.64% from 255) = 29.21%

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

R = 25.96%
G = 29.21%
B = 44.83%

CMYK

 C value IS 0.42

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8090DD (or 0x8090DD) is known color: Portage. HEX triplet: 80, 90 and DD. RGB value is (128,144,221). Sum of RGB (Red+Green+Blue) = 128+144+221=493 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.96% from 493); Green value is 144 (56.64% from 255 or 29.21% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #8090DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8090DD is #7F6F22. Grayscale: #939393. Windows color (decimal): -8351523 or 14520448. OLE color: 14520448.

HSL color Cylindrical-coordinate representation of color #8090DD: hue angle of 229.68º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8090DD is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 144 221 -
CMYK 0.42 0.35 0 0.13
HSL 229.68º 0.58% 0.68% -
HSV(B) 229.68º 0.42% 0.87% -
XYZ 31.93 29.76 72.47 -
YUV 147.99 169.2 113.74 -
System Red Green Blue C M Y K H S L
Decimal 128 144 221 0.42 0.35 0 0.13 229.68 0.58 0.68
Hex 80 90 DD 2A 23 0 D E6 3A 44
Octal 200 220 335 52 43 0 15 346 72 104
Binary 10000000 10010000 11011101 101010 100011 0 1101 11100110 111010 1000100

Color Harmonies of #8090DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8090DD

Black with #8090DD

Text Example


Text Example

White with #8090DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8090DD; }

 p { color: rgb(128,144,221); }

 H1.HeaderClassName
 {
   color: #8090DD;
 }
 .AnyTagClassName
 {
   color: #8090DD;
 }
</style>

background-color css

<style>
 a { background-color: #8090DD; }

 a { background-color: rgb(128,144,221); }

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

border-color css

<style>
 span { border-color: #8090DD; }

 span { border-color: rgb(128,144,221); }

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