Html Css Color HEX #8094EE Portage

📋 copy color: '#8094EE'

red 128 ◦ green 148 ◦ blue 238

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

Shades of Portage #8094EE

Tints of Portage #8094EE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.79%

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

R = 24.9%
G = 28.79%
B = 46.3%

CMYK

 C value IS 0.46

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8094EE (or 0x8094EE) is known color: Portage. HEX triplet: 80, 94 and EE. RGB value is (128,148,238). Sum of RGB (Red+Green+Blue) = 128+148+238=514 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.90% from 514); Green value is 148 (58.20% from 255 or 28.79% from 514); Blue value is 238 (93.36% from 255 or 46.30% from 514); Max value from RGB is 238 - color contains mainly: blue. Hex color #8094EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8094EE is #7F6B11. Grayscale: #979797. Windows color (decimal): -8350482 or 15635584. OLE color: 15635584.

HSL color Cylindrical-coordinate representation of color #8094EE: hue angle of 229.09º 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 #8094EE is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 148 238 -
CMYK 0.46 0.38 0 0.07
HSL 229.09º 0.76% 0.72% -
HSV(B) 229.09º 0.46% 0.93% -
XYZ 34.92 31.94 85.21 -
YUV 152.28 176.37 110.68 -
System Red Green Blue C M Y K H S L
Decimal 128 148 238 0.46 0.38 0 0.07 229.09 0.76 0.72
Hex 80 94 EE 2E 26 0 7 E5 4C 48
Octal 200 224 356 56 46 0 7 345 114 110
Binary 10000000 10010100 11101110 101110 100110 0 111 11100101 1001100 1001000

Color Harmonies of #8094EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8094EE

Black with #8094EE

Text Example


Text Example

White with #8094EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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