Html Css Color HEX #8395EF Portage

📋 copy color: '#8395EF'

red 131 ◦ green 149 ◦ blue 239

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

Shades of Portage #8395EF

Tints of Portage #8395EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.05%

R = 25.24%
G = 28.71%
B = 46.05%

CMYK

 C value IS 0.45

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8395EF (or 0x8395EF) is known color: Portage. HEX triplet: 83, 95 and EF. RGB value is (131,149,239). Sum of RGB (Red+Green+Blue) = 131+149+239=519 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.24% from 519); Green value is 149 (58.59% from 255 or 28.71% from 519); Blue value is 239 (93.75% from 255 or 46.05% from 519); Max value from RGB is 239 - color contains mainly: blue. Hex color #8395EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8395EF is #7C6A10. Grayscale: #999999. Windows color (decimal): -8153617 or 15701379. OLE color: 15701379.

HSL color Cylindrical-coordinate representation of color #8395EF: hue angle of 230º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8395EF is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 131 149 239 -
CMYK 0.45 0.38 0 0.06
HSL 230º 0.77% 0.73% -
HSV(B) 230º 0.45% 0.94% -
XYZ 35.69 32.55 86.06 -
YUV 153.88 176.04 111.68 -
System Red Green Blue C M Y K H S L
Decimal 131 149 239 0.45 0.38 0 0.06 230 0.77 0.73
Hex 83 95 EF 2D 26 0 6 E6 4D 49
Octal 203 225 357 55 46 0 6 346 115 111
Binary 10000011 10010101 11101111 101101 100110 0 110 11100110 1001101 1001001

Color Harmonies of #8395EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8395EF

Black with #8395EF

Text Example


Text Example

White with #8395EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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