Html Css Color HEX #8395FF Portage

📋 copy color: '#8395FF'

red 131 ◦ green 149 ◦ blue 255

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

Shades of Portage #8395FF

Tints of Portage #8395FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.66%

R = 24.49%
G = 27.85%
B = 47.66%

CMYK

 C value IS 0.49

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8395FF (or 0x8395FF) is known color: Portage. HEX triplet: 83, 95 and FF. RGB value is (131,149,255). Sum of RGB (Red+Green+Blue) = 131+149+255=535 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.49% from 535); Green value is 149 (58.59% from 255 or 27.85% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #8395FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8395FF is #7C6A00. Grayscale: #9B9B9B. Windows color (decimal): -8153601 or 16749955. OLE color: 16749955.

HSL color Cylindrical-coordinate representation of color #8395FF: hue angle of 231.29º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8395FF is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 131 149 255 -
CMYK 0.49 0.42 0 0
HSL 231.29º 1% 0.76% -
HSV(B) 231.29º 0.49% 1% -
XYZ 38.16 33.54 99.07 -
YUV 155.7 184.04 110.38 -
System Red Green Blue C M Y K H S L
Decimal 131 149 255 0.49 0.42 0 0 231.29 1 0.76
Hex 83 95 FF 31 2A 0 0 E7 64 4C
Octal 203 225 377 61 52 0 0 347 144 114
Binary 10000011 10010101 11111111 110001 101010 0 0 11100111 1100100 1001100

Color Harmonies of #8395FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8395FF

Black with #8395FF

Text Example


Text Example

White with #8395FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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