Html Css Color HEX #8396DE Portage

📋 copy color: '#8396DE'

red 131 ◦ green 150 ◦ blue 222

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

Shades of Portage #8396DE

Tints of Portage #8396DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.14%

R = 26.04%
G = 29.82%
B = 44.14%

CMYK

 C value IS 0.41

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8396DE (or 0x8396DE) is known color: Portage. HEX triplet: 83, 96 and DE. RGB value is (131,150,222). Sum of RGB (Red+Green+Blue) = 131+150+222=503 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.04% from 503); Green value is 150 (58.98% from 255 or 29.82% from 503); Blue value is 222 (87.11% from 255 or 44.14% from 503); Max value from RGB is 222 - color contains mainly: blue. Hex color #8396DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8396DE is #7C6921. Grayscale: #989898. Windows color (decimal): -8153378 or 14587523. OLE color: 14587523.

HSL color Cylindrical-coordinate representation of color #8396DE: hue angle of 227.47º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8396DE is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 150 222 -
CMYK 0.41 0.32 0 0.13
HSL 227.47º 0.58% 0.69% -
HSV(B) 227.47º 0.41% 0.87% -
XYZ 33.45 31.91 73.5 -
YUV 152.53 167.21 112.65 -
System Red Green Blue C M Y K H S L
Decimal 131 150 222 0.41 0.32 0 0.13 227.47 0.58 0.69
Hex 83 96 DE 29 20 0 D E3 3A 45
Octal 203 226 336 51 40 0 15 343 72 105
Binary 10000011 10010110 11011110 101001 100000 0 1101 11100011 111010 1000101

Color Harmonies of #8396DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8396DE

Black with #8396DE

Text Example


Text Example

White with #8396DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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