Html Css Color HEX #8292CA Portage

📋 copy color: '#8292CA'

red 130 ◦ green 146 ◦ blue 202

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

Shades of Portage #8292CA

Tints of Portage #8292CA

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.54%

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

R = 27.2%
G = 30.54%
B = 42.26%

CMYK

 C value IS 0.36

 M value IS 0.28

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8292CA (or 0x8292CA) is known color: Portage. HEX triplet: 82, 92 and CA. RGB value is (130,146,202). Sum of RGB (Red+Green+Blue) = 130+146+202=478 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.20% from 478); Green value is 146 (57.42% from 255 or 30.54% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 202 - color contains mainly: blue. Hex color #8292CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8292CA is #7D6D35. Grayscale: #939393. Windows color (decimal): -8219958 or 13275778. OLE color: 13275778.

HSL color Cylindrical-coordinate representation of color #8292CA: hue angle of 226.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 #8292CA is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 130 146 202 -
CMYK 0.36 0.28 0 0.21
HSL 226.67º 0.4% 0.65% -
HSV(B) 226.67º 0.36% 0.79% -
XYZ 30.15 29.57 60 -
YUV 147.6 158.7 115.45 -
System Red Green Blue C M Y K H S L
Decimal 130 146 202 0.36 0.28 0 0.21 226.67 0.4 0.65
Hex 82 92 CA 24 1C 0 15 E3 28 41
Octal 202 222 312 44 34 0 25 343 50 101
Binary 10000010 10010010 11001010 100100 11100 0 10101 11100011 101000 1000001

Color Harmonies of #8292CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8292CA

Black with #8292CA

Text Example


Text Example

White with #8292CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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