Html Css Color HEX #8294CB Portage

📋 copy color: '#8294CB'

red 130 ◦ green 148 ◦ blue 203

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

Shades of Portage #8294CB

Tints of Portage #8294CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.2%

R = 27.03%
G = 30.77%
B = 42.2%

CMYK

 C value IS 0.36

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8294CB (or 0x8294CB) is known color: Portage. HEX triplet: 82, 94 and CB. RGB value is (130,148,203). Sum of RGB (Red+Green+Blue) = 130+148+203=481 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.03% from 481); Green value is 148 (58.20% from 255 or 30.77% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 203 - color contains mainly: blue. Hex color #8294CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8294CB is #7D6B34. Grayscale: #949494. Windows color (decimal): -8219445 or 13341826. OLE color: 13341826.

HSL color Cylindrical-coordinate representation of color #8294CB: hue angle of 225.21º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8294CB is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 130 148 203 -
CMYK 0.36 0.27 0 0.20
HSL 225.21º 0.41% 0.65% -
HSV(B) 225.21º 0.36% 0.8% -
XYZ 30.58 30.24 60.72 -
YUV 148.89 158.54 114.53 -
System Red Green Blue C M Y K H S L
Decimal 130 148 203 0.36 0.27 0 0.20 225.21 0.41 0.65
Hex 82 94 CB 24 1B 0 14 E1 29 41
Octal 202 224 313 44 33 0 24 341 51 101
Binary 10000010 10010100 11001011 100100 11011 0 10100 11100001 101001 1000001

Color Harmonies of #8294CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8294CB

Black with #8294CB

Text Example


Text Example

White with #8294CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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