Html Css Color HEX #8398EF Portage

📋 copy color: '#8398EF'

red 131 ◦ green 152 ◦ blue 239

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

Shades of Portage #8398EF

Tints of Portage #8398EF

RGB

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

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

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

R = 25.1%
G = 29.12%
B = 45.79%

CMYK

 C value IS 0.45

 M value IS 0.36

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8398EF (or 0x8398EF) is known color: Portage. HEX triplet: 83, 98 and EF. RGB value is (131,152,239). Sum of RGB (Red+Green+Blue) = 131+152+239=522 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25.10% from 522); Green value is 152 (59.77% from 255 or 29.12% from 522); Blue value is 239 (93.75% from 255 or 45.79% from 522); Max value from RGB is 239 - color contains mainly: blue. Hex color #8398EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8398EF is #7C6710. Grayscale: #9B9B9B. Windows color (decimal): -8152849 or 15702147. OLE color: 15702147.

HSL color Cylindrical-coordinate representation of color #8398EF: hue angle of 228.33º 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 #8398EF is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 131 152 239 -
CMYK 0.45 0.36 0 0.06
HSL 228.33º 0.77% 0.73% -
HSV(B) 228.33º 0.45% 0.94% -
XYZ 36.17 33.51 86.22 -
YUV 155.64 175.04 110.43 -
System Red Green Blue C M Y K H S L
Decimal 131 152 239 0.45 0.36 0 0.06 228.33 0.77 0.73
Hex 83 98 EF 2D 24 0 6 E4 4D 49
Octal 203 230 357 55 44 0 6 344 115 111
Binary 10000011 10011000 11101111 101101 100100 0 110 11100100 1001101 1001001

Color Harmonies of #8398EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8398EF

Black with #8398EF

Text Example


Text Example

White with #8398EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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