Html Css Color HEX #8390EC Portage

📋 copy color: '#8390EC'

red 131 ◦ green 144 ◦ blue 236

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

Shades of Portage #8390EC

Tints of Portage #8390EC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.18%

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

R = 25.64%
G = 28.18%
B = 46.18%

CMYK

 C value IS 0.44

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8390EC (or 0x8390EC) is known color: Portage. HEX triplet: 83, 90 and EC. RGB value is (131,144,236). Sum of RGB (Red+Green+Blue) = 131+144+236=511 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.64% from 511); Green value is 144 (56.64% from 255 or 28.18% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 236 - color contains mainly: blue. Hex color #8390EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8390EC is #7C6F13. Grayscale: #969696. Windows color (decimal): -8154900 or 15503491. OLE color: 15503491.

HSL color Cylindrical-coordinate representation of color #8390EC: hue angle of 232.57º 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 #8390EC is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 131 144 236 -
CMYK 0.44 0.39 0 0.07
HSL 232.57º 0.73% 0.72% -
HSV(B) 232.57º 0.44% 0.93% -
XYZ 34.47 30.83 83.49 -
YUV 150.6 176.19 114.02 -
System Red Green Blue C M Y K H S L
Decimal 131 144 236 0.44 0.39 0 0.07 232.57 0.73 0.72
Hex 83 90 EC 2C 27 0 7 E9 49 48
Octal 203 220 354 54 47 0 7 351 111 110
Binary 10000011 10010000 11101100 101100 100111 0 111 11101001 1001001 1001000

Color Harmonies of #8390EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8390EC

Black with #8390EC

Text Example


Text Example

White with #8390EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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