Html Css Color HEX #8398EA Portage

📋 copy color: '#8398EA'

red 131 ◦ green 152 ◦ blue 234

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

Shades of Portage #8398EA

Tints of Portage #8398EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.26%

R = 25.34%
G = 29.4%
B = 45.26%

CMYK

 C value IS 0.44

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8398EA (or 0x8398EA) is known color: Portage. HEX triplet: 83, 98 and EA. RGB value is (131,152,234). Sum of RGB (Red+Green+Blue) = 131+152+234=517 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.34% from 517); Green value is 152 (59.77% from 255 or 29.40% from 517); Blue value is 234 (91.80% from 255 or 45.26% from 517); Max value from RGB is 234 - color contains mainly: blue. Hex color #8398EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8398EA is #7C6715. Grayscale: #9A9A9A. Windows color (decimal): -8152854 or 15374467. OLE color: 15374467.

HSL color Cylindrical-coordinate representation of color #8398EA: hue angle of 227.77º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8398EA is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 131 152 234 -
CMYK 0.44 0.35 0 0.08
HSL 227.77º 0.71% 0.72% -
HSV(B) 227.77º 0.44% 0.92% -
XYZ 35.44 33.22 82.39 -
YUV 155.07 172.54 110.83 -
System Red Green Blue C M Y K H S L
Decimal 131 152 234 0.44 0.35 0 0.08 227.77 0.71 0.72
Hex 83 98 EA 2C 23 0 8 E4 47 48
Octal 203 230 352 54 43 0 10 344 107 110
Binary 10000011 10011000 11101010 101100 100011 0 1000 11100100 1000111 1001000

Color Harmonies of #8398EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8398EA

Black with #8398EA

Text Example


Text Example

White with #8398EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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