Html Css Color HEX #8396CE Portage

📋 copy color: '#8396CE'

red 131 ◦ green 150 ◦ blue 206

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

Shades of Portage #8396CE

Tints of Portage #8396CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.3%

R = 26.9%
G = 30.8%
B = 42.3%

CMYK

 C value IS 0.36

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8396CE (or 0x8396CE) is known color: Portage. HEX triplet: 83, 96 and CE. RGB value is (131,150,206). Sum of RGB (Red+Green+Blue) = 131+150+206=487 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.90% from 487); Green value is 150 (58.98% from 255 or 30.80% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #8396CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8396CE is #7C6931. Grayscale: #969696. Windows color (decimal): -8153394 or 13538947. OLE color: 13538947.

HSL color Cylindrical-coordinate representation of color #8396CE: hue angle of 224.8º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8396CE is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 131 150 206 -
CMYK 0.36 0.27 0 0.19
HSL 224.8º 0.43% 0.66% -
HSV(B) 224.8º 0.36% 0.81% -
XYZ 31.41 31.09 62.74 -
YUV 150.7 159.21 113.95 -
System Red Green Blue C M Y K H S L
Decimal 131 150 206 0.36 0.27 0 0.19 224.8 0.43 0.66
Hex 83 96 CE 24 1B 0 13 E1 2B 42
Octal 203 226 316 44 33 0 23 341 53 102
Binary 10000011 10010110 11001110 100100 11011 0 10011 11100001 101011 1000010

Color Harmonies of #8396CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8396CE

Black with #8396CE

Text Example


Text Example

White with #8396CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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