Html Css Color HEX #8298CB Portage

📋 copy color: '#8298CB'

red 130 ◦ green 152 ◦ blue 203

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

Shades of Portage #8298CB

Tints of Portage #8298CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.86%

R = 26.8%
G = 31.34%
B = 41.86%

CMYK

 C value IS 0.36

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8298CB (or 0x8298CB) is known color: Portage. HEX triplet: 82, 98 and CB. RGB value is (130,152,203). Sum of RGB (Red+Green+Blue) = 130+152+203=485 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.80% from 485); Green value is 152 (59.77% from 255 or 31.34% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 203 - color contains mainly: blue. Hex color #8298CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8298CB is #7D6734. Grayscale: #979797. Windows color (decimal): -8218421 or 13342850. OLE color: 13342850.

HSL color Cylindrical-coordinate representation of color #8298CB: hue angle of 221.92º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8298CB is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 130 152 203 -
CMYK 0.36 0.25 0 0.20
HSL 221.92º 0.41% 0.65% -
HSV(B) 221.92º 0.36% 0.8% -
XYZ 31.21 31.51 60.94 -
YUV 151.24 157.21 112.85 -
System Red Green Blue C M Y K H S L
Decimal 130 152 203 0.36 0.25 0 0.20 221.92 0.41 0.65
Hex 82 98 CB 24 19 0 14 DE 29 41
Octal 202 230 313 44 31 0 24 336 51 101
Binary 10000010 10011000 11001011 100100 11001 0 10100 11011110 101001 1000001

Color Harmonies of #8298CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8298CB

Black with #8298CB

Text Example


Text Example

White with #8298CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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