Html Css Color HEX #8398E3 Portage

📋 copy color: '#8398E3'

red 131 ◦ green 152 ◦ blue 227

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

Shades of Portage #8398E3

Tints of Portage #8398E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 44.51%

R = 25.69%
G = 29.8%
B = 44.51%

CMYK

 C value IS 0.42

 M value IS 0.33

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#8398E3 (or 0x8398E3) is known color: Portage. HEX triplet: 83, 98 and E3. RGB value is (131,152,227). Sum of RGB (Red+Green+Blue) = 131+152+227=510 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.69% from 510); Green value is 152 (59.77% from 255 or 29.80% from 510); Blue value is 227 (89.06% from 255 or 44.51% from 510); Max value from RGB is 227 - color contains mainly: blue. Hex color #8398E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8398E3 is #7C671C. Grayscale: #999999. Windows color (decimal): -8152861 or 14915715. OLE color: 14915715.

HSL color Cylindrical-coordinate representation of color #8398E3: hue angle of 226.88º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8398E3 is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 131 152 227 -
CMYK 0.42 0.33 0 0.11
HSL 226.88º 0.63% 0.7% -
HSV(B) 226.88º 0.42% 0.89% -
XYZ 34.45 32.83 77.19 -
YUV 154.27 169.04 111.4 -
System Red Green Blue C M Y K H S L
Decimal 131 152 227 0.42 0.33 0 0.11 226.88 0.63 0.7
Hex 83 98 E3 2A 21 0 B E3 3F 46
Octal 203 230 343 52 41 0 13 343 77 106
Binary 10000011 10011000 11100011 101010 100001 0 1011 11100011 111111 1000110

Color Harmonies of #8398E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8398E3

Black with #8398E3

Text Example


Text Example

White with #8398E3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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