Html Css Color HEX #8087DD Portage

📋 copy color: '#8087DD'

red 128 ◦ green 135 ◦ blue 221

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

Shades of Portage #8087DD

Tints of Portage #8087DD

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.89%

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

R = 26.45%
G = 27.89%
B = 45.66%

CMYK

 C value IS 0.42

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8087DD (or 0x8087DD) is known color: Portage. HEX triplet: 80, 87 and DD. RGB value is (128,135,221). Sum of RGB (Red+Green+Blue) = 128+135+221=484 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.45% from 484); Green value is 135 (53.12% from 255 or 27.89% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #8087DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8087DD is #7F7822. Grayscale: #8E8E8E. Windows color (decimal): -8353827 or 14518144. OLE color: 14518144.

HSL color Cylindrical-coordinate representation of color #8087DD: hue angle of 235.48º 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 #8087DD is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 135 221 -
CMYK 0.42 0.39 0 0.13
HSL 235.48º 0.58% 0.68% -
HSV(B) 235.48º 0.42% 0.87% -
XYZ 30.62 27.14 72.03 -
YUV 142.71 172.18 117.51 -
System Red Green Blue C M Y K H S L
Decimal 128 135 221 0.42 0.39 0 0.13 235.48 0.58 0.68
Hex 80 87 DD 2A 27 0 D EB 3A 44
Octal 200 207 335 52 47 0 15 353 72 104
Binary 10000000 10000111 11011101 101010 100111 0 1101 11101011 111010 1000100

Color Harmonies of #8087DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8087DD

Black with #8087DD

Text Example


Text Example

White with #8087DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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