Html Css Color HEX #8399E5 Portage

📋 copy color: '#8399E5'

red 131 ◦ green 153 ◦ blue 229

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

Shades of Portage #8399E5

Tints of Portage #8399E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 44.64%

R = 25.54%
G = 29.82%
B = 44.64%

CMYK

 C value IS 0.43

 M value IS 0.33

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8399E5 (or 0x8399E5) is known color: Portage. HEX triplet: 83, 99 and E5. RGB value is (131,153,229). Sum of RGB (Red+Green+Blue) = 131+153+229=513 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.54% from 513); Green value is 153 (60.16% from 255 or 29.82% from 513); Blue value is 229 (89.84% from 255 or 44.64% from 513); Max value from RGB is 229 - color contains mainly: blue. Hex color #8399E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8399E5 is #7C661A. Grayscale: #9A9A9A. Windows color (decimal): -8152603 or 15047043. OLE color: 15047043.

HSL color Cylindrical-coordinate representation of color #8399E5: hue angle of 226.53º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8399E5 is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 131 153 229 -
CMYK 0.43 0.33 0 0.10
HSL 226.53º 0.65% 0.71% -
HSV(B) 226.53º 0.43% 0.9% -
XYZ 34.89 33.26 78.71 -
YUV 155.09 169.71 110.82 -
System Red Green Blue C M Y K H S L
Decimal 131 153 229 0.43 0.33 0 0.10 226.53 0.65 0.71
Hex 83 99 E5 2B 21 0 A E3 41 47
Octal 203 231 345 53 41 0 12 343 101 107
Binary 10000011 10011001 11100101 101011 100001 0 1010 11100011 1000001 1000111

Color Harmonies of #8399E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8399E5

Black with #8399E5

Text Example


Text Example

White with #8399E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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