Html Css Color HEX #8089DF Portage

📋 copy color: '#8089DF'

red 128 ◦ green 137 ◦ blue 223

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

Shades of Portage #8089DF

Tints of Portage #8089DF

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.07%

 BLUE value IS 223 (87.5% from 255) = 45.7%

R = 26.23%
G = 28.07%
B = 45.7%

CMYK

 C value IS 0.43

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8089DF (or 0x8089DF) is known color: Portage. HEX triplet: 80, 89 and DF. RGB value is (128,137,223). Sum of RGB (Red+Green+Blue) = 128+137+223=488 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.23% from 488); Green value is 137 (53.91% from 255 or 28.07% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 223 - color contains mainly: blue. Hex color #8089DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8089DF is #7F7620. Grayscale: #8F8F8F. Windows color (decimal): -8353313 or 14649728. OLE color: 14649728.

HSL color Cylindrical-coordinate representation of color #8089DF: hue angle of 234.32º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8089DF is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 137 223 -
CMYK 0.43 0.39 0 0.13
HSL 234.32º 0.6% 0.69% -
HSV(B) 234.32º 0.43% 0.87% -
XYZ 31.17 27.81 73.54 -
YUV 144.11 172.52 116.51 -
System Red Green Blue C M Y K H S L
Decimal 128 137 223 0.43 0.39 0 0.13 234.32 0.6 0.69
Hex 80 89 DF 2B 27 0 D EA 3C 45
Octal 200 211 337 53 47 0 15 352 74 105
Binary 10000000 10001001 11011111 101011 100111 0 1101 11101010 111100 1000101

Color Harmonies of #8089DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8089DF

Black with #8089DF

Text Example


Text Example

White with #8089DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8089DF; }

 p { color: rgb(128,137,223); }

 H1.HeaderClassName
 {
   color: #8089DF;
 }
 .AnyTagClassName
 {
   color: #8089DF;
 }
</style>

background-color css

<style>
 a { background-color: #8089DF; }

 a { background-color: rgb(128,137,223); }

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

border-color css

<style>
 span { border-color: #8089DF; }

 span { border-color: rgb(128,137,223); }

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