Html Css Color HEX #8396EE Portage

📋 copy color: '#8396EE'

red 131 ◦ green 150 ◦ blue 238

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

Shades of Portage #8396EE

Tints of Portage #8396EE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.9%

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

R = 25.24%
G = 28.9%
B = 45.86%

CMYK

 C value IS 0.45

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8396EE (or 0x8396EE) is known color: Portage. HEX triplet: 83, 96 and EE. RGB value is (131,150,238). Sum of RGB (Red+Green+Blue) = 131+150+238=519 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.24% from 519); Green value is 150 (58.98% from 255 or 28.90% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 238 - color contains mainly: blue. Hex color #8396EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8396EE is #7C6911. Grayscale: #999999. Windows color (decimal): -8153362 or 15636099. OLE color: 15636099.

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

Color convert

RGB 131 150 238 -
CMYK 0.45 0.37 0 0.07
HSL 229.35º 0.76% 0.72% -
HSV(B) 229.35º 0.45% 0.93% -
XYZ 35.7 32.81 85.34 -
YUV 154.35 175.21 111.34 -
System Red Green Blue C M Y K H S L
Decimal 131 150 238 0.45 0.37 0 0.07 229.35 0.76 0.72
Hex 83 96 EE 2D 25 0 7 E5 4C 48
Octal 203 226 356 55 45 0 7 345 114 110
Binary 10000011 10010110 11101110 101101 100101 0 111 11100101 1001100 1001000

Color Harmonies of #8396EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8396EE

Black with #8396EE

Text Example


Text Example

White with #8396EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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