Html Css Color HEX #8096E9 Portage

📋 copy color: '#8096E9'

red 128 ◦ green 150 ◦ blue 233

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

Shades of Portage #8096E9

Tints of Portage #8096E9

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.35%

 BLUE value IS 233 (91.41% from 255) = 45.6%

R = 25.05%
G = 29.35%
B = 45.6%

CMYK

 C value IS 0.45

 M value IS 0.36

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#8096E9 (or 0x8096E9) is known color: Portage. HEX triplet: 80, 96 and E9. RGB value is (128,150,233). Sum of RGB (Red+Green+Blue) = 128+150+233=511 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.05% from 511); Green value is 150 (58.98% from 255 or 29.35% from 511); Blue value is 233 (91.41% from 255 or 45.60% from 511); Max value from RGB is 233 - color contains mainly: blue. Hex color #8096E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8096E9 is #7F6916. Grayscale: #989898. Windows color (decimal): -8349975 or 15308416. OLE color: 15308416.

HSL color Cylindrical-coordinate representation of color #8096E9: hue angle of 227.43º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8096E9 is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 128 150 233 -
CMYK 0.45 0.36 0 0.09
HSL 227.43º 0.7% 0.71% -
HSV(B) 227.43º 0.45% 0.91% -
XYZ 34.52 32.29 81.5 -
YUV 152.88 173.21 110.25 -
System Red Green Blue C M Y K H S L
Decimal 128 150 233 0.45 0.36 0 0.09 227.43 0.7 0.71
Hex 80 96 E9 2D 24 0 9 E3 46 47
Octal 200 226 351 55 44 0 11 343 106 107
Binary 10000000 10010110 11101001 101101 100100 0 1001 11100011 1000110 1000111

Color Harmonies of #8096E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8096E9

Black with #8096E9

Text Example


Text Example

White with #8096E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8096E9; }

 p { color: rgb(128,150,233); }

 H1.HeaderClassName
 {
   color: #8096E9;
 }
 .AnyTagClassName
 {
   color: #8096E9;
 }
</style>

background-color css

<style>
 a { background-color: #8096E9; }

 a { background-color: rgb(128,150,233); }

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

border-color css

<style>
 span { border-color: #8096E9; }

 span { border-color: rgb(128,150,233); }

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