Html Css Color HEX #8294CA Portage

📋 copy color: '#8294CA'

red 130 ◦ green 148 ◦ blue 202

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

Shades of Portage #8294CA

Tints of Portage #8294CA

RGB

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

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

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

R = 27.08%
G = 30.83%
B = 42.08%

CMYK

 C value IS 0.36

 M value IS 0.27

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8294CA (or 0x8294CA) is known color: Portage. HEX triplet: 82, 94 and CA. RGB value is (130,148,202). Sum of RGB (Red+Green+Blue) = 130+148+202=480 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.08% from 480); Green value is 148 (58.20% from 255 or 30.83% from 480); Blue value is 202 (79.30% from 255 or 42.08% from 480); Max value from RGB is 202 - color contains mainly: blue. Hex color #8294CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8294CA is #7D6B35. Grayscale: #949494. Windows color (decimal): -8219446 or 13276290. OLE color: 13276290.

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

Color convert

RGB 130 148 202 -
CMYK 0.36 0.27 0 0.21
HSL 225º 0.4% 0.65% -
HSV(B) 225º 0.36% 0.79% -
XYZ 30.46 30.19 60.1 -
YUV 148.77 158.04 114.61 -
System Red Green Blue C M Y K H S L
Decimal 130 148 202 0.36 0.27 0 0.21 225 0.4 0.65
Hex 82 94 CA 24 1B 0 15 E1 28 41
Octal 202 224 312 44 33 0 25 341 50 101
Binary 10000010 10010100 11001010 100100 11011 0 10101 11100001 101000 1000001

Color Harmonies of #8294CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8294CA

Black with #8294CA

Text Example


Text Example

White with #8294CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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