Html Css Color HEX #8398D9 Portage

📋 copy color: '#8398D9'

red 131 ◦ green 152 ◦ blue 217

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

Shades of Portage #8398D9

Tints of Portage #8398D9

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.4%

 BLUE value IS 217 (85.16% from 255) = 43.4%

R = 26.2%
G = 30.4%
B = 43.4%

CMYK

 C value IS 0.40

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8398D9 (or 0x8398D9) is known color: Portage. HEX triplet: 83, 98 and D9. RGB value is (131,152,217). Sum of RGB (Red+Green+Blue) = 131+152+217=500 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.2% from 500); Green value is 152 (59.77% from 255 or 30.4% from 500); Blue value is 217 (85.16% from 255 or 43.4% from 500); Max value from RGB is 217 - color contains mainly: blue. Hex color #8398D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8398D9 is #7C6726. Grayscale: #989898. Windows color (decimal): -8152871 or 14260355. OLE color: 14260355.

HSL color Cylindrical-coordinate representation of color #8398D9: hue angle of 225.35º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8398D9 is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 131 152 217 -
CMYK 0.40 0.30 0 0.15
HSL 225.35º 0.53% 0.68% -
HSV(B) 225.35º 0.4% 0.85% -
XYZ 33.11 32.29 70.13 -
YUV 153.13 164.04 112.21 -
System Red Green Blue C M Y K H S L
Decimal 131 152 217 0.40 0.30 0 0.15 225.35 0.53 0.68
Hex 83 98 D9 28 1E 0 F E1 35 44
Octal 203 230 331 50 36 0 17 341 65 104
Binary 10000011 10011000 11011001 101000 11110 0 1111 11100001 110101 1000100

Color Harmonies of #8398D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8398D9

Black with #8398D9

Text Example


Text Example

White with #8398D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8398D9; }

 p { color: rgb(131,152,217); }

 H1.HeaderClassName
 {
   color: #8398D9;
 }
 .AnyTagClassName
 {
   color: #8398D9;
 }
</style>

background-color css

<style>
 a { background-color: #8398D9; }

 a { background-color: rgb(131,152,217); }

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

border-color css

<style>
 span { border-color: #8398D9; }

 span { border-color: rgb(131,152,217); }

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