Html Css Color HEX #8394EC Portage

📋 copy color: '#8394EC'

red 131 ◦ green 148 ◦ blue 236

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

Shades of Portage #8394EC

Tints of Portage #8394EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.83%

R = 25.44%
G = 28.74%
B = 45.83%

CMYK

 C value IS 0.44

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8394EC (or 0x8394EC) is known color: Portage. HEX triplet: 83, 94 and EC. RGB value is (131,148,236). Sum of RGB (Red+Green+Blue) = 131+148+236=515 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.44% from 515); Green value is 148 (58.20% from 255 or 28.74% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 236 - color contains mainly: blue. Hex color #8394EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8394EC is #7C6B13. Grayscale: #989898. Windows color (decimal): -8153876 or 15504515. OLE color: 15504515.

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

Color convert

RGB 131 148 236 -
CMYK 0.44 0.37 0 0.07
HSL 230.29º 0.73% 0.72% -
HSV(B) 230.29º 0.44% 0.93% -
XYZ 35.09 32.06 83.7 -
YUV 152.95 174.87 112.34 -
System Red Green Blue C M Y K H S L
Decimal 131 148 236 0.44 0.37 0 0.07 230.29 0.73 0.72
Hex 83 94 EC 2C 25 0 7 E6 49 48
Octal 203 224 354 54 45 0 7 346 111 110
Binary 10000011 10010100 11101100 101100 100101 0 111 11100110 1001001 1001000

Color Harmonies of #8394EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8394EC

Black with #8394EC

Text Example


Text Example

White with #8394EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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