Html Css Color HEX #8294CE Portage

📋 copy color: '#8294CE'

red 130 ◦ green 148 ◦ blue 206

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

Shades of Portage #8294CE

Tints of Portage #8294CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.56%

R = 26.86%
G = 30.58%
B = 42.56%

CMYK

 C value IS 0.37

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8294CE (or 0x8294CE) is known color: Portage. HEX triplet: 82, 94 and CE. RGB value is (130,148,206). Sum of RGB (Red+Green+Blue) = 130+148+206=484 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.86% from 484); Green value is 148 (58.20% from 255 or 30.58% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #8294CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8294CE is #7D6B31. Grayscale: #949494. Windows color (decimal): -8219442 or 13538434. OLE color: 13538434.

HSL color Cylindrical-coordinate representation of color #8294CE: hue angle of 225.79º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8294CE is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 130 148 206 -
CMYK 0.37 0.28 0 0.19
HSL 225.79º 0.44% 0.66% -
HSV(B) 225.79º 0.37% 0.81% -
XYZ 30.94 30.38 62.63 -
YUV 149.23 160.04 114.28 -
System Red Green Blue C M Y K H S L
Decimal 130 148 206 0.37 0.28 0 0.19 225.79 0.44 0.66
Hex 82 94 CE 25 1C 0 13 E2 2C 42
Octal 202 224 316 45 34 0 23 342 54 102
Binary 10000010 10010100 11001110 100101 11100 0 10011 11100010 101100 1000010

Color Harmonies of #8294CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8294CE

Black with #8294CE

Text Example


Text Example

White with #8294CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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