Html Css Color HEX #8088DC Portage

📋 copy color: '#8088DC'

red 128 ◦ green 136 ◦ blue 220

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

Shades of Portage #8088DC

Tints of Portage #8088DC

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.1%

 BLUE value IS 220 (86.33% from 255) = 45.45%

R = 26.45%
G = 28.1%
B = 45.45%

CMYK

 C value IS 0.42

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8088DC (or 0x8088DC) is known color: Portage. HEX triplet: 80, 88 and DC. RGB value is (128,136,220). Sum of RGB (Red+Green+Blue) = 128+136+220=484 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.45% from 484); Green value is 136 (53.52% from 255 or 28.10% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #8088DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8088DC is #7F7723. Grayscale: #8E8E8E. Windows color (decimal): -8353572 or 14452864. OLE color: 14452864.

HSL color Cylindrical-coordinate representation of color #8088DC: hue angle of 234.78º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8088DC is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 136 220 -
CMYK 0.42 0.38 0 0.14
HSL 234.78º 0.57% 0.68% -
HSV(B) 234.78º 0.42% 0.86% -
XYZ 30.62 27.36 71.38 -
YUV 143.18 171.35 117.17 -
System Red Green Blue C M Y K H S L
Decimal 128 136 220 0.42 0.38 0 0.14 234.78 0.57 0.68
Hex 80 88 DC 2A 26 0 E EB 39 44
Octal 200 210 334 52 46 0 16 353 71 104
Binary 10000000 10001000 11011100 101010 100110 0 1110 11101011 111001 1000100

Color Harmonies of #8088DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8088DC

Black with #8088DC

Text Example


Text Example

White with #8088DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8088DC; }

 p { color: rgb(128,136,220); }

 H1.HeaderClassName
 {
   color: #8088DC;
 }
 .AnyTagClassName
 {
   color: #8088DC;
 }
</style>

background-color css

<style>
 a { background-color: #8088DC; }

 a { background-color: rgb(128,136,220); }

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

border-color css

<style>
 span { border-color: #8088DC; }

 span { border-color: rgb(128,136,220); }

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