#8693C0

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

Shades of Wild Blue Yonder #8693C0

Tints of Wild Blue Yonder #8693C0

Color information

#8693C0 (or 0x8693C0) is unknown color: approx Wild Blue Yonder. HEX triplet: 86, 93 and C0. RGB value is (134,147,192). Sum of RGB (Red+Green+Blue) = 134+147+192=473 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.33% from 473); Green value is 147 (57.81% from 255 or 31.08% from 473); Blue value is 192 (75.39% from 255 or 40.59% from 473); Max value from RGB is 192 - color contains mainly: blue. Hex color #8693C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8693C0 is #796C3F. Grayscale: #949494. Windows color (decimal): -7957568 or 12620678. OLE color: 12620678.

HSL color Cylindrical-coordinate representation of color #8693C0: hue angle of 226.55º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8693C0 is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB134147192-
CMYK0.300.2300.25
HSL226.55º31.52%63.92%-
HSV(B)226.55º30.21%75.29%-
XYZ29.7829.7454.04-
YUV148.24152.69117.84-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.33%
GREEN value IS 147 (57.81% from 255) = 31.08%
BLUE value IS 192 (75.39% from 255) = 40.59%
R=28.33%
G=31.08%
B=40.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1341471920.300.2300.25226.5531.5263.92
Hex8693C01E17019e32040
Octal206223300362703134340100
Binary1000011010010011110000001111010111011001111000111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8693C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8693C0; }

 p { color: rgb(134,147,192); }

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

<style>
 a { background-color: #8693C0; }

 a { background-color: rgb(134,147,192); }

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

<style>
 span { border-color: #8693C0; }

 span { border-color: rgb(134,147,192); }

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