Html Css Color HEX #8088DA Portage

📋 copy color: '#8088DA'

red 128 ◦ green 136 ◦ blue 218

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

Shades of Portage #8088DA

Tints of Portage #8088DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.23%

R = 26.56%
G = 28.22%
B = 45.23%

CMYK

 C value IS 0.41

 M value IS 0.38

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8088DA (or 0x8088DA) is known color: Portage. HEX triplet: 80, 88 and DA. RGB value is (128,136,218). Sum of RGB (Red+Green+Blue) = 128+136+218=482 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.56% from 482); Green value is 136 (53.52% from 255 or 28.22% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 218 - color contains mainly: blue. Hex color #8088DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8088DA is #7F7725. Grayscale: #8E8E8E. Windows color (decimal): -8353574 or 14321792. OLE color: 14321792.

HSL color Cylindrical-coordinate representation of color #8088DA: hue angle of 234.67º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8088DA is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 128 136 218 -
CMYK 0.41 0.38 0 0.15
HSL 234.67º 0.55% 0.68% -
HSV(B) 234.67º 0.41% 0.85% -
XYZ 30.36 27.26 69.99 -
YUV 142.96 170.35 117.33 -
System Red Green Blue C M Y K H S L
Decimal 128 136 218 0.41 0.38 0 0.15 234.67 0.55 0.68
Hex 80 88 DA 29 26 0 F EB 37 44
Octal 200 210 332 51 46 0 17 353 67 104
Binary 10000000 10001000 11011010 101001 100110 0 1111 11101011 110111 1000100

Color Harmonies of #8088DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8088DA

Black with #8088DA

Text Example


Text Example

White with #8088DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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