Html Css Color HEX #8390EE Portage

📋 copy color: '#8390EE'

red 131 ◦ green 144 ◦ blue 238

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

Shades of Portage #8390EE

Tints of Portage #8390EE

RGB

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

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

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

R = 25.54%
G = 28.07%
B = 46.39%

CMYK

 C value IS 0.45

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8390EE (or 0x8390EE) is known color: Portage. HEX triplet: 83, 90 and EE. RGB value is (131,144,238). Sum of RGB (Red+Green+Blue) = 131+144+238=513 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.54% from 513); Green value is 144 (56.64% from 255 or 28.07% from 513); Blue value is 238 (93.36% from 255 or 46.39% from 513); Max value from RGB is 238 - color contains mainly: blue. Hex color #8390EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8390EE is #7C6F11. Grayscale: #969696. Windows color (decimal): -8154898 or 15634563. OLE color: 15634563.

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

Color convert

RGB 131 144 238 -
CMYK 0.45 0.39 0 0.07
HSL 232.71º 0.76% 0.72% -
HSV(B) 232.71º 0.45% 0.93% -
XYZ 34.77 30.94 85.03 -
YUV 150.83 177.19 113.86 -
System Red Green Blue C M Y K H S L
Decimal 131 144 238 0.45 0.39 0 0.07 232.71 0.76 0.72
Hex 83 90 EE 2D 27 0 7 E9 4C 48
Octal 203 220 356 55 47 0 7 351 114 110
Binary 10000011 10010000 11101110 101101 100111 0 111 11101001 1001100 1001000

Color Harmonies of #8390EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8390EE

Black with #8390EE

Text Example


Text Example

White with #8390EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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