#8294C5

Color #8294C5 Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #8294C5

Tints of Wild Blue Yonder #8294C5

Color information

#8294C5 (or 0x8294C5) is unknown color: approx Wild Blue Yonder. HEX triplet: 82, 94 and C5. RGB value is (130,148,197). Sum of RGB (Red+Green+Blue) = 130+148+197=475 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.37% from 475); Green value is 148 (58.20% from 255 or 31.16% from 475); Blue value is 197 (77.34% from 255 or 41.47% from 475); Max value from RGB is 197 - color contains mainly: blue. Hex color #8294C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8294C5 is #7D6B3A. Grayscale: #939393. Windows color (decimal): -8219451 or 12948610. OLE color: 12948610.

HSL color Cylindrical-coordinate representation of color #8294C5: hue angle of 223.88º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8294C5 is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB130148197-
CMYK0.340.2500.23
HSL223.88º36.61%64.12%-
HSV(B)223.88º34.01%77.25%-
XYZ29.8729.9657.03-
YUV148.2155.54115.02-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.37%
GREEN value IS 148 (58.20% from 255) = 31.16%
BLUE value IS 197 (77.34% from 255) = 41.47%
R=27.37%
G=31.16%
B=41.47%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1301481970.340.2500.23223.8836.6164.12
Hex8294C52219017e02540
Octal202224305423102734045100
Binary10000010100101001100010110001011001010111111000001001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8294C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8294C5;
 }
 .AnyTagClassName
 {
   color: #8294C5;
 }
</style>
background-color css

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

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

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

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

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

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