Html Css Color HEX #8298CA Portage

📋 copy color: '#8298CA'

red 130 ◦ green 152 ◦ blue 202

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

Shades of Portage #8298CA

Tints of Portage #8298CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.74%

R = 26.86%
G = 31.4%
B = 41.74%

CMYK

 C value IS 0.36

 M value IS 0.25

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8298CA (or 0x8298CA) is known color: Portage. HEX triplet: 82, 98 and CA. RGB value is (130,152,202). Sum of RGB (Red+Green+Blue) = 130+152+202=484 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.86% from 484); Green value is 152 (59.77% from 255 or 31.40% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 202 - color contains mainly: blue. Hex color #8298CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8298CA is #7D6735. Grayscale: #969696. Windows color (decimal): -8218422 or 13277314. OLE color: 13277314.

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

Color convert

RGB 130 152 202 -
CMYK 0.36 0.25 0 0.21
HSL 221.67º 0.4% 0.65% -
HSV(B) 221.67º 0.36% 0.79% -
XYZ 31.09 31.47 60.31 -
YUV 151.12 156.71 112.93 -
System Red Green Blue C M Y K H S L
Decimal 130 152 202 0.36 0.25 0 0.21 221.67 0.4 0.65
Hex 82 98 CA 24 19 0 15 DE 28 41
Octal 202 230 312 44 31 0 25 336 50 101
Binary 10000010 10011000 11001010 100100 11001 0 10101 11011110 101000 1000001

Color Harmonies of #8298CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8298CA

Black with #8298CA

Text Example


Text Example

White with #8298CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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