Html Css Color HEX #8395D7 Portage

📋 copy color: '#8395D7'

red 131 ◦ green 149 ◦ blue 215

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

Shades of Portage #8395D7

Tints of Portage #8395D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 43.43%

R = 26.46%
G = 30.1%
B = 43.43%

CMYK

 C value IS 0.39

 M value IS 0.31

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8395D7 (or 0x8395D7) is known color: Portage. HEX triplet: 83, 95 and D7. RGB value is (131,149,215). Sum of RGB (Red+Green+Blue) = 131+149+215=495 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.46% from 495); Green value is 149 (58.59% from 255 or 30.10% from 495); Blue value is 215 (84.38% from 255 or 43.43% from 495); Max value from RGB is 215 - color contains mainly: blue. Hex color #8395D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8395D7 is #7C6A28. Grayscale: #969696. Windows color (decimal): -8153641 or 14128515. OLE color: 14128515.

HSL color Cylindrical-coordinate representation of color #8395D7: hue angle of 227.14º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8395D7 is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 131 149 215 -
CMYK 0.39 0.31 0 0.16
HSL 227.14º 0.51% 0.68% -
HSV(B) 227.14º 0.39% 0.84% -
XYZ 32.37 31.23 68.61 -
YUV 151.14 164.04 113.63 -
System Red Green Blue C M Y K H S L
Decimal 131 149 215 0.39 0.31 0 0.16 227.14 0.51 0.68
Hex 83 95 D7 27 1F 0 10 E3 33 44
Octal 203 225 327 47 37 0 20 343 63 104
Binary 10000011 10010101 11010111 100111 11111 0 10000 11100011 110011 1000100

Color Harmonies of #8395D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8395D7

Black with #8395D7

Text Example


Text Example

White with #8395D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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