Html Css Color HEX #8099DA Portage

📋 copy color: '#8099DA'

red 128 ◦ green 153 ◦ blue 218

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

Shades of Portage #8099DA

Tints of Portage #8099DA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.66%

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

R = 25.65%
G = 30.66%
B = 43.69%

CMYK

 C value IS 0.41

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8099DA (or 0x8099DA) is known color: Portage. HEX triplet: 80, 99 and DA. RGB value is (128,153,218). Sum of RGB (Red+Green+Blue) = 128+153+218=499 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.65% from 499); Green value is 153 (60.16% from 255 or 30.66% from 499); Blue value is 218 (85.55% from 255 or 43.69% from 499); Max value from RGB is 218 - color contains mainly: blue. Hex color #8099DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8099DA is #7F6625. Grayscale: #989898. Windows color (decimal): -8349222 or 14326144. OLE color: 14326144.

HSL color Cylindrical-coordinate representation of color #8099DA: hue angle of 223.33º 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 #8099DA is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 128 153 218 -
CMYK 0.41 0.30 0 0.15
HSL 223.33º 0.55% 0.68% -
HSV(B) 223.33º 0.41% 0.85% -
XYZ 32.95 32.43 70.85 -
YUV 152.94 164.72 110.21 -
System Red Green Blue C M Y K H S L
Decimal 128 153 218 0.41 0.30 0 0.15 223.33 0.55 0.68
Hex 80 99 DA 29 1E 0 F DF 37 44
Octal 200 231 332 51 36 0 17 337 67 104
Binary 10000000 10011001 11011010 101001 11110 0 1111 11011111 110111 1000100

Color Harmonies of #8099DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8099DA

Black with #8099DA

Text Example


Text Example

White with #8099DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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