Html Css Color HEX #8395DE Portage

📋 copy color: '#8395DE'

red 131 ◦ green 149 ◦ blue 222

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

Shades of Portage #8395DE

Tints of Portage #8395DE

RGB

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

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

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

R = 26.1%
G = 29.68%
B = 44.22%

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

#8395DE (or 0x8395DE) is known color: Portage. HEX triplet: 83, 95 and DE. RGB value is (131,149,222). Sum of RGB (Red+Green+Blue) = 131+149+222=502 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.10% from 502); Green value is 149 (58.59% from 255 or 29.68% from 502); Blue value is 222 (87.11% from 255 or 44.22% from 502); Max value from RGB is 222 - color contains mainly: blue. Hex color #8395DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8395DE is #7C6A21. Grayscale: #979797. Windows color (decimal): -8153634 or 14587267. OLE color: 14587267.

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

Color convert

RGB 131 149 222 -
CMYK 0.41 0.33 0 0.13
HSL 228.13º 0.58% 0.69% -
HSV(B) 228.13º 0.41% 0.87% -
XYZ 33.29 31.59 73.45 -
YUV 151.94 167.54 113.06 -
System Red Green Blue C M Y K H S L
Decimal 131 149 222 0.41 0.33 0 0.13 228.13 0.58 0.69
Hex 83 95 DE 29 21 0 D E4 3A 45
Octal 203 225 336 51 41 0 15 344 72 105
Binary 10000011 10010101 11011110 101001 100001 0 1101 11100100 111010 1000101

Color Harmonies of #8395DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8395DE

Black with #8395DE

Text Example


Text Example

White with #8395DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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