#8393C5

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

Shades of Wild Blue Yonder #8393C5

Tints of Wild Blue Yonder #8393C5

Color information

#8393C5 (or 0x8393C5) is unknown color: approx Wild Blue Yonder. HEX triplet: 83, 93 and C5. RGB value is (131,147,197). Sum of RGB (Red+Green+Blue) = 131+147+197=475 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.58% from 475); Green value is 147 (57.81% from 255 or 30.95% 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 #8393C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8393C5 is #7C6C3A. Grayscale: #939393. Windows color (decimal): -8154171 or 12948355. OLE color: 12948355.

HSL color Cylindrical-coordinate representation of color #8393C5: hue angle of 225.45º degrees, saturation: 0.36, 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 #8393C5 is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB131147197-
CMYK0.340.2500.23
HSL225.45º36.26%64.31%-
HSV(B)225.45º33.5%77.25%-
XYZ29.8729.7256.99-
YUV147.92155.7115.93-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.58%
GREEN value IS 147 (57.81% from 255) = 30.95%
BLUE value IS 197 (77.34% from 255) = 41.47%
R=27.58%
G=30.95%
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
Decimal1311471970.340.2500.23225.4536.2664.31
Hex8393C52219017e12440
Octal203223305423102734144100
Binary10000011100100111100010110001011001010111111000011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8393C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,147,197); }

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

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

 a { background-color: rgb(131,147,197); }

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

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

 span { border-color: rgb(131,147,197); }

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