Html Css Color HEX #8089EF Portage

📋 copy color: '#8089EF'

red 128 ◦ green 137 ◦ blue 239

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

Shades of Portage #8089EF

Tints of Portage #8089EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.42%

R = 25.4%
G = 27.18%
B = 47.42%

CMYK

 C value IS 0.46

 M value IS 0.43

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8089EF (or 0x8089EF) is known color: Portage. HEX triplet: 80, 89 and EF. RGB value is (128,137,239). Sum of RGB (Red+Green+Blue) = 128+137+239=504 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.40% from 504); Green value is 137 (53.91% from 255 or 27.18% from 504); Blue value is 239 (93.75% from 255 or 47.42% from 504); Max value from RGB is 239 - color contains mainly: blue. Hex color #8089EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8089EF is #7F7610. Grayscale: #919191. Windows color (decimal): -8353297 or 15698304. OLE color: 15698304.

HSL color Cylindrical-coordinate representation of color #8089EF: hue angle of 235.14º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8089EF is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 128 137 239 -
CMYK 0.46 0.43 0 0.06
HSL 235.14º 0.78% 0.72% -
HSV(B) 235.14º 0.46% 0.94% -
XYZ 33.43 28.71 85.44 -
YUV 145.94 180.52 115.21 -
System Red Green Blue C M Y K H S L
Decimal 128 137 239 0.46 0.43 0 0.06 235.14 0.78 0.72
Hex 80 89 EF 2E 2B 0 6 EB 4E 48
Octal 200 211 357 56 53 0 6 353 116 110
Binary 10000000 10001001 11101111 101110 101011 0 110 11101011 1001110 1001000

Color Harmonies of #8089EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8089EF

Black with #8089EF

Text Example


Text Example

White with #8089EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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