Html Css Color HEX #8294D7 Portage

📋 copy color: '#8294D7'

red 130 ◦ green 148 ◦ blue 215

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

Shades of Portage #8294D7

Tints of Portage #8294D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 43.61%

R = 26.37%
G = 30.02%
B = 43.61%

CMYK

 C value IS 0.40

 M value IS 0.31

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8294D7 (or 0x8294D7) is known color: Portage. HEX triplet: 82, 94 and D7. RGB value is (130,148,215). Sum of RGB (Red+Green+Blue) = 130+148+215=493 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.37% from 493); Green value is 148 (58.20% from 255 or 30.02% from 493); Blue value is 215 (84.38% from 255 or 43.61% from 493); Max value from RGB is 215 - color contains mainly: blue. Hex color #8294D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8294D7 is #7D6B28. Grayscale: #959595. Windows color (decimal): -8219433 or 14128258. OLE color: 14128258.

HSL color Cylindrical-coordinate representation of color #8294D7: hue angle of 227.29º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8294D7 is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 130 148 215 -
CMYK 0.40 0.31 0 0.16
HSL 227.29º 0.52% 0.68% -
HSV(B) 227.29º 0.4% 0.84% -
XYZ 32.06 30.83 68.55 -
YUV 150.26 164.54 113.55 -
System Red Green Blue C M Y K H S L
Decimal 130 148 215 0.40 0.31 0 0.16 227.29 0.52 0.68
Hex 82 94 D7 28 1F 0 10 E3 34 44
Octal 202 224 327 50 37 0 20 343 64 104
Binary 10000010 10010100 11010111 101000 11111 0 10000 11100011 110100 1000100

Color Harmonies of #8294D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8294D7

Black with #8294D7

Text Example


Text Example

White with #8294D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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