Html Css Color HEX #8297D7 Portage

📋 copy color: '#8297D7'

red 130 ◦ green 151 ◦ blue 215

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

Shades of Portage #8297D7

Tints of Portage #8297D7

RGB

 RED value IS 130 (51.17% from 255) = 26.21%

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

 BLUE value IS 215 (84.38% from 255) = 43.35%

R = 26.21%
G = 30.44%
B = 43.35%

CMYK

 C value IS 0.40

 M value IS 0.30

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8297D7 (or 0x8297D7) is known color: Portage. HEX triplet: 82, 97 and D7. RGB value is (130,151,215). Sum of RGB (Red+Green+Blue) = 130+151+215=496 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.21% from 496); Green value is 151 (59.38% from 255 or 30.44% from 496); Blue value is 215 (84.38% from 255 or 43.35% from 496); Max value from RGB is 215 - color contains mainly: blue. Hex color #8297D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8297D7 is #7D6828. Grayscale: #979797. Windows color (decimal): -8218665 or 14129026. OLE color: 14129026.

HSL color Cylindrical-coordinate representation of color #8297D7: hue angle of 225.18º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8297D7 is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 130 151 215 -
CMYK 0.40 0.30 0 0.16
HSL 225.18º 0.52% 0.68% -
HSV(B) 225.18º 0.4% 0.84% -
XYZ 32.54 31.79 68.71 -
YUV 152.02 163.54 112.3 -
System Red Green Blue C M Y K H S L
Decimal 130 151 215 0.40 0.30 0 0.16 225.18 0.52 0.68
Hex 82 97 D7 28 1E 0 10 E1 34 44
Octal 202 227 327 50 36 0 20 341 64 104
Binary 10000010 10010111 11010111 101000 11110 0 10000 11100001 110100 1000100

Color Harmonies of #8297D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8297D7

Black with #8297D7

Text Example


Text Example

White with #8297D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8297D7; }

 p { color: rgb(130,151,215); }

 H1.HeaderClassName
 {
   color: #8297D7;
 }
 .AnyTagClassName
 {
   color: #8297D7;
 }
</style>

background-color css

<style>
 a { background-color: #8297D7; }

 a { background-color: rgb(130,151,215); }

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

border-color css

<style>
 span { border-color: #8297D7; }

 span { border-color: rgb(130,151,215); }

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