Html Css Color HEX #8399EC Portage

📋 copy color: '#8399EC'

red 131 ◦ green 153 ◦ blue 236

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

Shades of Portage #8399EC

Tints of Portage #8399EC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.42%

 BLUE value IS 236 (92.58% from 255) = 45.38%

R = 25.19%
G = 29.42%
B = 45.38%

CMYK

 C value IS 0.44

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8399EC (or 0x8399EC) is known color: Portage. HEX triplet: 83, 99 and EC. RGB value is (131,153,236). Sum of RGB (Red+Green+Blue) = 131+153+236=520 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.19% from 520); Green value is 153 (60.16% from 255 or 29.42% from 520); Blue value is 236 (92.58% from 255 or 45.38% from 520); Max value from RGB is 236 - color contains mainly: blue. Hex color #8399EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8399EC is #7C6613. Grayscale: #9B9B9B. Windows color (decimal): -8152596 or 15505795. OLE color: 15505795.

HSL color Cylindrical-coordinate representation of color #8399EC: hue angle of 227.43º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8399EC is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 131 153 236 -
CMYK 0.44 0.35 0 0.07
HSL 227.43º 0.73% 0.72% -
HSV(B) 227.43º 0.44% 0.93% -
XYZ 35.89 33.66 83.96 -
YUV 155.88 173.21 110.25 -
System Red Green Blue C M Y K H S L
Decimal 131 153 236 0.44 0.35 0 0.07 227.43 0.73 0.72
Hex 83 99 EC 2C 23 0 7 E3 49 48
Octal 203 231 354 54 43 0 7 343 111 110
Binary 10000011 10011001 11101100 101100 100011 0 111 11100011 1001001 1001000

Color Harmonies of #8399EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8399EC

Black with #8399EC

Text Example


Text Example

White with #8399EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8399EC; }

 p { color: rgb(131,153,236); }

 H1.HeaderClassName
 {
   color: #8399EC;
 }
 .AnyTagClassName
 {
   color: #8399EC;
 }
</style>

background-color css

<style>
 a { background-color: #8399EC; }

 a { background-color: rgb(131,153,236); }

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

border-color css

<style>
 span { border-color: #8399EC; }

 span { border-color: rgb(131,153,236); }

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