Html Css Color HEX #8088DB Portage

📋 copy color: '#8088DB'

red 128 ◦ green 136 ◦ blue 219

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

Shades of Portage #8088DB

Tints of Portage #8088DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.34%

R = 26.5%
G = 28.16%
B = 45.34%

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

#8088DB (or 0x8088DB) is known color: Portage. HEX triplet: 80, 88 and DB. RGB value is (128,136,219). Sum of RGB (Red+Green+Blue) = 128+136+219=483 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.50% from 483); Green value is 136 (53.52% from 255 or 28.16% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #8088DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8088DB is #7F7724. Grayscale: #8E8E8E. Windows color (decimal): -8353573 or 14387328. OLE color: 14387328.

HSL color Cylindrical-coordinate representation of color #8088DB: hue angle of 234.73º degrees, saturation: 0.56, 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 #8088DB is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 136 219 -
CMYK 0.42 0.38 0 0.14
HSL 234.73º 0.56% 0.68% -
HSV(B) 234.73º 0.42% 0.86% -
XYZ 30.49 27.31 70.68 -
YUV 143.07 170.85 117.25 -
System Red Green Blue C M Y K H S L
Decimal 128 136 219 0.42 0.38 0 0.14 234.73 0.56 0.68
Hex 80 88 DB 2A 26 0 E EB 38 44
Octal 200 210 333 52 46 0 16 353 70 104
Binary 10000000 10001000 11011011 101010 100110 0 1110 11101011 111000 1000100

Color Harmonies of #8088DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8088DB

Black with #8088DB

Text Example


Text Example

White with #8088DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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