Html Css Color HEX #8294C9 Portage

📋 copy color: '#8294C9'

red 130 ◦ green 148 ◦ blue 201

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

Shades of Portage #8294C9

Tints of Portage #8294C9

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.9%

 BLUE value IS 201 (78.91% from 255) = 41.96%

R = 27.14%
G = 30.9%
B = 41.96%

CMYK

 C value IS 0.35

 M value IS 0.26

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8294C9 (or 0x8294C9) is known color: Portage. HEX triplet: 82, 94 and C9. RGB value is (130,148,201). Sum of RGB (Red+Green+Blue) = 130+148+201=479 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.14% from 479); Green value is 148 (58.20% from 255 or 30.90% from 479); Blue value is 201 (78.91% from 255 or 41.96% from 479); Max value from RGB is 201 - color contains mainly: blue. Hex color #8294C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8294C9 is #7D6B36. Grayscale: #949494. Windows color (decimal): -8219447 or 13210754. OLE color: 13210754.

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

Color convert

RGB 130 148 201 -
CMYK 0.35 0.26 0 0.21
HSL 224.79º 0.4% 0.65% -
HSV(B) 224.79º 0.35% 0.79% -
XYZ 30.34 30.14 59.48 -
YUV 148.66 157.54 114.69 -
System Red Green Blue C M Y K H S L
Decimal 130 148 201 0.35 0.26 0 0.21 224.79 0.4 0.65
Hex 82 94 C9 23 1A 0 15 E1 28 41
Octal 202 224 311 43 32 0 25 341 50 101
Binary 10000010 10010100 11001001 100011 11010 0 10101 11100001 101000 1000001

Color Harmonies of #8294C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8294C9

Black with #8294C9

Text Example


Text Example

White with #8294C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8294C9; }

 p { color: rgb(130,148,201); }

 H1.HeaderClassName
 {
   color: #8294C9;
 }
 .AnyTagClassName
 {
   color: #8294C9;
 }
</style>

background-color css

<style>
 a { background-color: #8294C9; }

 a { background-color: rgb(130,148,201); }

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

border-color css

<style>
 span { border-color: #8294C9; }

 span { border-color: rgb(130,148,201); }

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