Html Css Color HEX #8397ED Portage

📋 copy color: '#8397ED'

red 131 ◦ green 151 ◦ blue 237

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

Shades of Portage #8397ED

Tints of Portage #8397ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.66%

R = 25.24%
G = 29.09%
B = 45.66%

CMYK

 C value IS 0.45

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8397ED (or 0x8397ED) is known color: Portage. HEX triplet: 83, 97 and ED. RGB value is (131,151,237). Sum of RGB (Red+Green+Blue) = 131+151+237=519 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.24% from 519); Green value is 151 (59.38% from 255 or 29.09% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 237 - color contains mainly: blue. Hex color #8397ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8397ED is #7C6812. Grayscale: #9A9A9A. Windows color (decimal): -8153107 or 15570819. OLE color: 15570819.

HSL color Cylindrical-coordinate representation of color #8397ED: hue angle of 228.68º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8397ED is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 131 151 237 -
CMYK 0.45 0.36 0 0.07
HSL 228.68º 0.75% 0.72% -
HSV(B) 228.68º 0.45% 0.93% -
XYZ 35.71 33.07 84.62 -
YUV 154.82 174.37 111.01 -
System Red Green Blue C M Y K H S L
Decimal 131 151 237 0.45 0.36 0 0.07 228.68 0.75 0.72
Hex 83 97 ED 2D 24 0 7 E5 4B 48
Octal 203 227 355 55 44 0 7 345 113 110
Binary 10000011 10010111 11101101 101101 100100 0 111 11100101 1001011 1001000

Color Harmonies of #8397ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8397ED

Black with #8397ED

Text Example


Text Example

White with #8397ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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