Html Css Color HEX #8395C7 Portage

📋 copy color: '#8395C7'

red 131 ◦ green 149 ◦ blue 199

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

Shades of Portage #8395C7

Tints of Portage #8395C7

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.11%

 BLUE value IS 199 (78.13% from 255) = 41.54%

R = 27.35%
G = 31.11%
B = 41.54%

CMYK

 C value IS 0.34

 M value IS 0.25

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8395C7 (or 0x8395C7) is known color: Portage. HEX triplet: 83, 95 and C7. RGB value is (131,149,199). Sum of RGB (Red+Green+Blue) = 131+149+199=479 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.35% from 479); Green value is 149 (58.59% from 255 or 31.11% from 479); Blue value is 199 (78.12% from 255 or 41.54% from 479); Max value from RGB is 199 - color contains mainly: blue. Hex color #8395C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8395C7 is #7C6A38. Grayscale: #959595. Windows color (decimal): -8153657 or 13079939. OLE color: 13079939.

HSL color Cylindrical-coordinate representation of color #8395C7: hue angle of 224.12º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8395C7 is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 131 149 199 -
CMYK 0.34 0.25 0 0.22
HSL 224.12º 0.38% 0.65% -
HSV(B) 224.12º 0.34% 0.78% -
XYZ 30.42 30.44 58.31 -
YUV 149.32 156.04 114.93 -
System Red Green Blue C M Y K H S L
Decimal 131 149 199 0.34 0.25 0 0.22 224.12 0.38 0.65
Hex 83 95 C7 22 19 0 16 E0 26 41
Octal 203 225 307 42 31 0 26 340 46 101
Binary 10000011 10010101 11000111 100010 11001 0 10110 11100000 100110 1000001

Color Harmonies of #8395C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8395C7

Black with #8395C7

Text Example


Text Example

White with #8395C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8395C7; }

 p { color: rgb(131,149,199); }

 H1.HeaderClassName
 {
   color: #8395C7;
 }
 .AnyTagClassName
 {
   color: #8395C7;
 }
</style>

background-color css

<style>
 a { background-color: #8395C7; }

 a { background-color: rgb(131,149,199); }

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

border-color css

<style>
 span { border-color: #8395C7; }

 span { border-color: rgb(131,149,199); }

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