Html Css Color HEX #8298D2 Portage

📋 copy color: '#8298D2'

red 130 ◦ green 152 ◦ blue 210

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

Shades of Portage #8298D2

Tints of Portage #8298D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 42.68%

R = 26.42%
G = 30.89%
B = 42.68%

CMYK

 C value IS 0.38

 M value IS 0.28

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8298D2 (or 0x8298D2) is known color: Portage. HEX triplet: 82, 98 and D2. RGB value is (130,152,210). Sum of RGB (Red+Green+Blue) = 130+152+210=492 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.42% from 492); Green value is 152 (59.77% from 255 or 30.89% from 492); Blue value is 210 (82.42% from 255 or 42.68% from 492); Max value from RGB is 210 - color contains mainly: blue. Hex color #8298D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8298D2 is #7D672D. Grayscale: #979797. Windows color (decimal): -8218414 or 13801602. OLE color: 13801602.

HSL color Cylindrical-coordinate representation of color #8298D2: hue angle of 223.5º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8298D2 is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 130 152 210 -
CMYK 0.38 0.28 0 0.18
HSL 223.5º 0.47% 0.67% -
HSV(B) 223.5º 0.38% 0.82% -
XYZ 32.07 31.86 65.43 -
YUV 152.03 160.71 112.28 -
System Red Green Blue C M Y K H S L
Decimal 130 152 210 0.38 0.28 0 0.18 223.5 0.47 0.67
Hex 82 98 D2 26 1C 0 12 E0 2F 43
Octal 202 230 322 46 34 0 22 340 57 103
Binary 10000010 10011000 11010010 100110 11100 0 10010 11100000 101111 1000011

Color Harmonies of #8298D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8298D2

Black with #8298D2

Text Example


Text Example

White with #8298D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8298D2; }

 p { color: rgb(130,152,210); }

 H1.HeaderClassName
 {
   color: #8298D2;
 }
 .AnyTagClassName
 {
   color: #8298D2;
 }
</style>

background-color css

<style>
 a { background-color: #8298D2; }

 a { background-color: rgb(130,152,210); }

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

border-color css

<style>
 span { border-color: #8298D2; }

 span { border-color: rgb(130,152,210); }

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