Html Css Color HEX #8399DF Portage

📋 copy color: '#8399DF'

red 131 ◦ green 153 ◦ blue 223

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

Shades of Portage #8399DF

Tints of Portage #8399DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.98%

R = 25.84%
G = 30.18%
B = 43.98%

CMYK

 C value IS 0.41

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8399DF (or 0x8399DF) is known color: Portage. HEX triplet: 83, 99 and DF. RGB value is (131,153,223). Sum of RGB (Red+Green+Blue) = 131+153+223=507 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.84% from 507); Green value is 153 (60.16% from 255 or 30.18% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #8399DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8399DF is #7C6620. Grayscale: #9A9A9A. Windows color (decimal): -8152609 or 14653827. OLE color: 14653827.

HSL color Cylindrical-coordinate representation of color #8399DF: hue angle of 225.65º degrees, saturation: 0.59, 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 #8399DF is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 153 223 -
CMYK 0.41 0.31 0 0.13
HSL 225.65º 0.59% 0.69% -
HSV(B) 225.65º 0.41% 0.87% -
XYZ 34.07 32.94 74.37 -
YUV 154.4 166.71 111.31 -
System Red Green Blue C M Y K H S L
Decimal 131 153 223 0.41 0.31 0 0.13 225.65 0.59 0.69
Hex 83 99 DF 29 1F 0 D E2 3B 45
Octal 203 231 337 51 37 0 15 342 73 105
Binary 10000011 10011001 11011111 101001 11111 0 1101 11100010 111011 1000101

Color Harmonies of #8399DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8399DF

Black with #8399DF

Text Example


Text Example

White with #8399DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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