Html Css Color HEX #8294CF Portage

📋 copy color: '#8294CF'

red 130 ◦ green 148 ◦ blue 207

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

Shades of Portage #8294CF

Tints of Portage #8294CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.68%

R = 26.8%
G = 30.52%
B = 42.68%

CMYK

 C value IS 0.37

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8294CF (or 0x8294CF) is known color: Portage. HEX triplet: 82, 94 and CF. RGB value is (130,148,207). Sum of RGB (Red+Green+Blue) = 130+148+207=485 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.80% from 485); Green value is 148 (58.20% from 255 or 30.52% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 207 - color contains mainly: blue. Hex color #8294CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8294CF is #7D6B30. Grayscale: #959595. Windows color (decimal): -8219441 or 13603970. OLE color: 13603970.

HSL color Cylindrical-coordinate representation of color #8294CF: hue angle of 225.97º degrees, saturation: 0.45, 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 #8294CF is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 130 148 207 -
CMYK 0.37 0.29 0 0.19
HSL 225.97º 0.45% 0.66% -
HSV(B) 225.97º 0.37% 0.81% -
XYZ 31.06 30.43 63.27 -
YUV 149.34 160.54 114.2 -
System Red Green Blue C M Y K H S L
Decimal 130 148 207 0.37 0.29 0 0.19 225.97 0.45 0.66
Hex 82 94 CF 25 1D 0 13 E2 2D 42
Octal 202 224 317 45 35 0 23 342 55 102
Binary 10000010 10010100 11001111 100101 11101 0 10011 11100010 101101 1000010

Color Harmonies of #8294CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8294CF

Black with #8294CF

Text Example


Text Example

White with #8294CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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