Html Css Color HEX #8394EE Portage

📋 copy color: '#8394EE'

red 131 ◦ green 148 ◦ blue 238

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

Shades of Portage #8394EE

Tints of Portage #8394EE

RGB

 RED value IS 131 (51.56% from 255) = 25.34%

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

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

R = 25.34%
G = 28.63%
B = 46.03%

CMYK

 C value IS 0.45

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8394EE (or 0x8394EE) is known color: Portage. HEX triplet: 83, 94 and EE. RGB value is (131,148,238). Sum of RGB (Red+Green+Blue) = 131+148+238=517 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.34% from 517); Green value is 148 (58.20% from 255 or 28.63% from 517); Blue value is 238 (93.36% from 255 or 46.03% from 517); Max value from RGB is 238 - color contains mainly: blue. Hex color #8394EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8394EE is #7C6B11. Grayscale: #989898. Windows color (decimal): -8153874 or 15635587. OLE color: 15635587.

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

Color convert

RGB 131 148 238 -
CMYK 0.45 0.38 0 0.07
HSL 230.47º 0.76% 0.72% -
HSV(B) 230.47º 0.45% 0.93% -
XYZ 35.38 32.18 85.24 -
YUV 153.18 175.87 112.18 -
System Red Green Blue C M Y K H S L
Decimal 131 148 238 0.45 0.38 0 0.07 230.47 0.76 0.72
Hex 83 94 EE 2D 26 0 7 E6 4C 48
Octal 203 224 356 55 46 0 7 346 114 110
Binary 10000011 10010100 11101110 101101 100110 0 111 11100110 1001100 1001000

Color Harmonies of #8394EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8394EE

Black with #8394EE

Text Example


Text Example

White with #8394EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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