Html Css Color HEX #8396DF Portage

📋 copy color: '#8396DF'

red 131 ◦ green 150 ◦ blue 223

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

Shades of Portage #8396DF

Tints of Portage #8396DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.25%

R = 25.99%
G = 29.76%
B = 44.25%

CMYK

 C value IS 0.41

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8396DF (or 0x8396DF) is known color: Portage. HEX triplet: 83, 96 and DF. RGB value is (131,150,223). Sum of RGB (Red+Green+Blue) = 131+150+223=504 (66% of max value = 765). Red value is 131 (51.56% from 255 or 25.99% from 504); Green value is 150 (58.98% from 255 or 29.76% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #8396DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8396DF is #7C6920. Grayscale: #989898. Windows color (decimal): -8153377 or 14653059. OLE color: 14653059.

HSL color Cylindrical-coordinate representation of color #8396DF: hue angle of 227.61º degrees, saturation: 0.59, 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 #8396DF is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 150 223 -
CMYK 0.41 0.33 0 0.13
HSL 227.61º 0.59% 0.69% -
HSV(B) 227.61º 0.41% 0.87% -
XYZ 33.59 31.97 74.21 -
YUV 152.64 167.71 112.56 -
System Red Green Blue C M Y K H S L
Decimal 131 150 223 0.41 0.33 0 0.13 227.61 0.59 0.69
Hex 83 96 DF 29 21 0 D E4 3B 45
Octal 203 226 337 51 41 0 15 344 73 105
Binary 10000011 10010110 11011111 101001 100001 0 1101 11100100 111011 1000101

Color Harmonies of #8396DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8396DF

Black with #8396DF

Text Example


Text Example

White with #8396DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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