Html Css Color HEX #8397EA Portage

📋 copy color: '#8397EA'

red 131 ◦ green 151 ◦ blue 234

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

Shades of Portage #8397EA

Tints of Portage #8397EA

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.26%

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

R = 25.39%
G = 29.26%
B = 45.35%

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

#8397EA (or 0x8397EA) is known color: Portage. HEX triplet: 83, 97 and EA. RGB value is (131,151,234). Sum of RGB (Red+Green+Blue) = 131+151+234=516 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.39% from 516); Green value is 151 (59.38% from 255 or 29.26% from 516); Blue value is 234 (91.80% from 255 or 45.35% from 516); Max value from RGB is 234 - color contains mainly: blue. Hex color #8397EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8397EA is #7C6815. Grayscale: #9A9A9A. Windows color (decimal): -8153110 or 15374211. OLE color: 15374211.

HSL color Cylindrical-coordinate representation of color #8397EA: hue angle of 228.35º 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 #8397EA is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 131 151 234 -
CMYK 0.44 0.35 0 0.08
HSL 228.35º 0.71% 0.72% -
HSV(B) 228.35º 0.44% 0.92% -
XYZ 35.28 32.9 82.33 -
YUV 154.48 172.87 111.25 -
System Red Green Blue C M Y K H S L
Decimal 131 151 234 0.44 0.35 0 0.08 228.35 0.71 0.72
Hex 83 97 EA 2C 23 0 8 E4 47 48
Octal 203 227 352 54 43 0 10 344 107 110
Binary 10000011 10010111 11101010 101100 100011 0 1000 11100100 1000111 1001000

Color Harmonies of #8397EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8397EA

Black with #8397EA

Text Example


Text Example

White with #8397EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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