Html Css Color HEX #8096EE Portage

📋 copy color: '#8096EE'

red 128 ◦ green 150 ◦ blue 238

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

Shades of Portage #8096EE

Tints of Portage #8096EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.12%

R = 24.81%
G = 29.07%
B = 46.12%

CMYK

 C value IS 0.46

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8096EE (or 0x8096EE) is known color: Portage. HEX triplet: 80, 96 and EE. RGB value is (128,150,238). Sum of RGB (Red+Green+Blue) = 128+150+238=516 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.81% from 516); Green value is 150 (58.98% from 255 or 29.07% from 516); Blue value is 238 (93.36% from 255 or 46.12% from 516); Max value from RGB is 238 - color contains mainly: blue. Hex color #8096EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8096EE is #7F6911. Grayscale: #999999. Windows color (decimal): -8349970 or 15636096. OLE color: 15636096.

HSL color Cylindrical-coordinate representation of color #8096EE: hue angle of 228º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8096EE is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 150 238 -
CMYK 0.46 0.37 0 0.07
HSL 228º 0.76% 0.72% -
HSV(B) 228º 0.46% 0.93% -
XYZ 35.24 32.57 85.32 -
YUV 153.45 175.71 109.84 -
System Red Green Blue C M Y K H S L
Decimal 128 150 238 0.46 0.37 0 0.07 228 0.76 0.72
Hex 80 96 EE 2E 25 0 7 E4 4C 48
Octal 200 226 356 56 45 0 7 344 114 110
Binary 10000000 10010110 11101110 101110 100101 0 111 11100100 1001100 1001000

Color Harmonies of #8096EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8096EE

Black with #8096EE

Text Example


Text Example

White with #8096EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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