Html Css Color HEX #8292CD Portage

📋 copy color: '#8292CD'

red 130 ◦ green 146 ◦ blue 205

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

Shades of Portage #8292CD

Tints of Portage #8292CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.62%

R = 27.03%
G = 30.35%
B = 42.62%

CMYK

 C value IS 0.37

 M value IS 0.29

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8292CD (or 0x8292CD) is known color: Portage. HEX triplet: 82, 92 and CD. RGB value is (130,146,205). Sum of RGB (Red+Green+Blue) = 130+146+205=481 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.03% from 481); Green value is 146 (57.42% from 255 or 30.35% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 205 - color contains mainly: blue. Hex color #8292CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8292CD is #7D6D32. Grayscale: #939393. Windows color (decimal): -8219955 or 13472386. OLE color: 13472386.

HSL color Cylindrical-coordinate representation of color #8292CD: hue angle of 227.2º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8292CD is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 130 146 205 -
CMYK 0.37 0.29 0 0.20
HSL 227.2º 0.43% 0.66% -
HSV(B) 227.2º 0.37% 0.8% -
XYZ 30.5 29.71 61.88 -
YUV 147.94 160.2 115.2 -
System Red Green Blue C M Y K H S L
Decimal 130 146 205 0.37 0.29 0 0.20 227.2 0.43 0.66
Hex 82 92 CD 25 1D 0 14 E3 2B 42
Octal 202 222 315 45 35 0 24 343 53 102
Binary 10000010 10010010 11001101 100101 11101 0 10100 11100011 101011 1000010

Color Harmonies of #8292CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8292CD

Black with #8292CD

Text Example


Text Example

White with #8292CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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