Html Css Color HEX #8397EF Portage

📋 copy color: '#8397EF'

red 131 ◦ green 151 ◦ blue 239

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

Shades of Portage #8397EF

Tints of Portage #8397EF

RGB

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

 GREEN value IS 151 (59.38% from 255) = 28.98%

 BLUE value IS 239 (93.75% from 255) = 45.87%

R = 25.14%
G = 28.98%
B = 45.87%

CMYK

 C value IS 0.45

 M value IS 0.37

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8397EF (or 0x8397EF) is known color: Portage. HEX triplet: 83, 97 and EF. RGB value is (131,151,239). Sum of RGB (Red+Green+Blue) = 131+151+239=521 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25.14% from 521); Green value is 151 (59.38% from 255 or 28.98% from 521); Blue value is 239 (93.75% from 255 or 45.87% from 521); Max value from RGB is 239 - color contains mainly: blue. Hex color #8397EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8397EF is #7C6810. Grayscale: #9A9A9A. Windows color (decimal): -8153105 or 15701891. OLE color: 15701891.

HSL color Cylindrical-coordinate representation of color #8397EF: hue angle of 228.89º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8397EF is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 131 151 239 -
CMYK 0.45 0.37 0 0.06
HSL 228.89º 0.77% 0.73% -
HSV(B) 228.89º 0.45% 0.94% -
XYZ 36.01 33.19 86.17 -
YUV 155.05 175.37 110.84 -
System Red Green Blue C M Y K H S L
Decimal 131 151 239 0.45 0.37 0 0.06 228.89 0.77 0.73
Hex 83 97 EF 2D 25 0 6 E5 4D 49
Octal 203 227 357 55 45 0 6 345 115 111
Binary 10000011 10010111 11101111 101101 100101 0 110 11100101 1001101 1001001

Color Harmonies of #8397EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8397EF

Black with #8397EF

Text Example


Text Example

White with #8397EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8397EF; }

 p { color: rgb(131,151,239); }

 H1.HeaderClassName
 {
   color: #8397EF;
 }
 .AnyTagClassName
 {
   color: #8397EF;
 }
</style>

background-color css

<style>
 a { background-color: #8397EF; }

 a { background-color: rgb(131,151,239); }

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

border-color css

<style>
 span { border-color: #8397EF; }

 span { border-color: rgb(131,151,239); }

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