#8694C1

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

Shades of Wild Blue Yonder #8694C1

Tints of Wild Blue Yonder #8694C1

Color information

#8694C1 (or 0x8694C1) is unknown color: approx Wild Blue Yonder. HEX triplet: 86, 94 and C1. RGB value is (134,148,193). Sum of RGB (Red+Green+Blue) = 134+148+193=475 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.21% from 475); Green value is 148 (58.20% from 255 or 31.16% from 475); Blue value is 193 (75.78% from 255 or 40.63% from 475); Max value from RGB is 193 - color contains mainly: blue. Hex color #8694C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8694C1 is #796B3E. Grayscale: #949494. Windows color (decimal): -7957311 or 12686470. OLE color: 12686470.

HSL color Cylindrical-coordinate representation of color #8694C1: hue angle of 225.76º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8694C1 is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB134148193-
CMYK0.310.2300.24
HSL225.76º32.24%64.12%-
HSV(B)225.76º30.57%75.69%-
XYZ30.0530.154.68-
YUV148.94152.86117.34-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.21%
GREEN value IS 148 (58.20% from 255) = 31.16%
BLUE value IS 193 (75.78% from 255) = 40.63%
R=28.21%
G=31.16%
B=40.63%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1341481930.310.2300.24225.7632.2464.12
Hex8694C11F17018e22040
Octal206224301372703034240100
Binary1000011010010100110000011111110111011000111000101000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8694C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8694C1; }

 p { color: rgb(134,148,193); }

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

<style>
 a { background-color: #8694C1; }

 a { background-color: rgb(134,148,193); }

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

<style>
 span { border-color: #8694C1; }

 span { border-color: rgb(134,148,193); }

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